mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 00:33:15 +00:00
Indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c7fcfa07d9
commit
f09917847b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user