From dbe5304f77215fd5d211e60c385fb01edf70b24a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 21 Jan 2002 01:33:12 +0000 Subject: Oops lost a parenthesis somehow :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1504 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/RegAlloc/PhyRegAlloc.cpp') diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index e2d455bad9..208d9bcbb0 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/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 -- cgit v1.2.3-18-g5258