summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-09-07 09:04:52 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-09-07 09:04:52 +0000
commitb9a0abb12982a95cc3b640dc00b4a11c1148a9fb (patch)
tree12828e4a8cc75a293b786a029fc4a8bea1cc10da /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
parent615739b9912c7969b1849f7d101311fe4532847f (diff)
downloadbcm5719-llvm-b9a0abb12982a95cc3b640dc00b4a11c1148a9fb.tar.gz
bcm5719-llvm-b9a0abb12982a95cc3b640dc00b4a11c1148a9fb.zip
Indentation.
llvm-svn: 55880
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index c109a096a1f..19cb922ac74 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -99,8 +99,8 @@ void FastISel::UpdateValueMap(Value* I, unsigned Reg) {
if (!ValueMap.count(I))
ValueMap[I] = Reg;
else
- TII.copyRegToReg(*MBB, MBB->end(), ValueMap[I],
- Reg, MRI.getRegClass(Reg), MRI.getRegClass(Reg));
+ TII.copyRegToReg(*MBB, MBB->end(), ValueMap[I],
+ Reg, MRI.getRegClass(Reg), MRI.getRegClass(Reg));
}
/// SelectBinaryOp - Select and emit code for a binary operator instruction,
OpenPOWER on IntegriCloud