Oops lost a parenthesis somehow :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-01-21 01:33:12 +00:00
parent 697954c15d
commit dbe5304f77
2 changed files with 2 additions and 2 deletions

View 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

View 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