diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index e2d455bad9d0..208d9bcbb077 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp @@ -996,7 +996,7 @@ void PhyRegAlloc::printMachineCode() } // if a label or a constant - if(isa(Val) { + if(isa(Val)) { cerr << "\t"; printLabel( Op.getVRegValue () ); } else { // else it must be a register value