commit | 73da1cea603554fc47eb49093f97b2bb91a0deec | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jan 21 01:33:12 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jan 21 01:33:12 2002 +0000 |
tree | 8b47ef0cf80e9b23bf4cf977203a46b574ab4415 | |
parent | 7f74a56e2436c40b18a672ad7d58727cd6832329 [diff] |
Oops lost a parenthesis somehow :( llvm-svn: 1504
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index e2d455b..208d9bc 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -996,7 +996,7 @@ } // 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