commit | 18bb0545ff79b85ef424e95e2170e3a06f11b735 | [log] [tgz] |
---|---|---|
author | Chad Rosier <mcrosier@apple.com> | Wed Nov 28 00:21:29 2012 +0000 |
committer | Chad Rosier <mcrosier@apple.com> | Wed Nov 28 00:21:29 2012 +0000 |
tree | f9911544f787bb77fc671c42377a6a7c9cea1ffb | |
parent | 0d5dbcb5dcffc57e60b55418ef29c7b1929529ff [diff] [blame] |
Revert r168630, r168631, and r168633 as these are causing nightly test failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168751 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/RegAllocBase.cpp b/lib/CodeGen/RegAllocBase.cpp index 2b598e3..993dbc7 100644 --- a/lib/CodeGen/RegAllocBase.cpp +++ b/lib/CodeGen/RegAllocBase.cpp
@@ -58,6 +58,7 @@ VRM = &vrm; LIS = &lis; Matrix = &mat; + MRI->freezeReservedRegs(vrm.getMachineFunction()); RegClassInfo.runOnMachineFunction(vrm.getMachineFunction()); }