diff options
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp')
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp index 7c30ca9..9682c81 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp @@ -1355,10 +1355,11 @@ bool PhyRegAlloc::runOnFunction (Function &F) { colorIncomingArgs(); // Save register allocation state for this function in a Constant. - if (SaveRegAllocState) + if (SaveRegAllocState) { saveState(); - if (DEBUG_RA) { // Check our work. - verifySavedState (); + if (DEBUG_RA) { // Check our work. + verifySavedState (); + } } // Now update the machine code with register names and add any additional |