Oops lost a parenthesis somehow :(
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2002 01:33:12 +0000 (01:33 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jan 2002 01:33:12 +0000 (01:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1504 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp

index e2d455bad9d02fa623ff6425f1cbd8072de1c01a..208d9bcbb077118976bf2be1216cab1a610dc900 100644 (file)
@@ -996,7 +996,7 @@ void PhyRegAlloc::printMachineCode()
          }
 
          // if a label or a constant
-         if(isa<BasicBlock>(Val) {
+         if(isa<BasicBlock>(Val)) {
            cerr << "\t"; printLabel(   Op.getVRegValue () );
          } else {
            // else it must be a register value
index e2d455bad9d02fa623ff6425f1cbd8072de1c01a..208d9bcbb077118976bf2be1216cab1a610dc900 100644 (file)
@@ -996,7 +996,7 @@ void PhyRegAlloc::printMachineCode()
          }
 
          // if a label or a constant
-         if(isa<BasicBlock>(Val) {
+         if(isa<BasicBlock>(Val)) {
            cerr << "\t"; printLabel(   Op.getVRegValue () );
          } else {
            // else it must be a register value