Indentation.

llvm-svn: 55880
This commit is contained in:
Evan Cheng 2008-09-07 09:04:52 +00:00
parent 615739b991
commit b9a0abb129
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ void FastISel::UpdateValueMap(Value* I, unsigned Reg) {
if (!ValueMap.count(I)) if (!ValueMap.count(I))
ValueMap[I] = Reg; ValueMap[I] = Reg;
else else
TII.copyRegToReg(*MBB, MBB->end(), ValueMap[I], TII.copyRegToReg(*MBB, MBB->end(), ValueMap[I],
Reg, MRI.getRegClass(Reg), MRI.getRegClass(Reg)); Reg, MRI.getRegClass(Reg), MRI.getRegClass(Reg));
} }
/// SelectBinaryOp - Select and emit code for a binary operator instruction, /// SelectBinaryOp - Select and emit code for a binary operator instruction,