Oops lost a parenthesis somehow :(

llvm-svn: 1504
This commit is contained in:
Chris Lattner 2002-01-21 01:33:12 +00:00
parent 7f74a56e24
commit 73da1cea60
1 changed files with 1 additions and 1 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