aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 01:33:12 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 01:33:12 +0000
commitdbe5304f77215fd5d211e60c385fb01edf70b24a (patch)
tree16420e9303c48650cba93d5442be7fdbe794f48f
parent697954c15da58bd8b186dbafdedd8b06db770201 (diff)
Oops lost a parenthesis somehow :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1504 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/RegAlloc/PhyRegAlloc.cpp2
-rw-r--r--lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp2
2 files changed, 2 insertions, 2 deletions
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<BasicBlock>(Val) {
+ if(isa<BasicBlock>(Val)) {
cerr << "\t"; printLabel( Op.getVRegValue () );
} else {
// else it must be a register value
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
index e2d455bad9..208d9bcbb0 100644
--- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
+++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
@@ -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