aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
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
commit5bbf59abc615c3521d85dc04abfabf4cbbf66a4d (patch)
treef66098295632d0879e0a59aad7774d3f80cbbbe0 /lib/CodeGen
parenta2608b581eac67e7e040162a32c507db18ee3b5b (diff)
downloadexternal_llvm-5bbf59abc615c3521d85dc04abfabf4cbbf66a4d.zip
external_llvm-5bbf59abc615c3521d85dc04abfabf4cbbf66a4d.tar.gz
external_llvm-5bbf59abc615c3521d85dc04abfabf4cbbf66a4d.tar.bz2
Indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/SelectionDAG/FastISel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp
index c109a09..19cb922 100644
--- a/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/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,