mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix indentation.
llvm-svn: 59004
This commit is contained in:
parent
891f177dd0
commit
b5857c2859
@ -401,7 +401,7 @@ void Emitter::emitMemModRMByte(const MachineInstr &MI,
|
||||
else
|
||||
IndexRegNo = 4; // For example [ESP+1*<noreg>+4]
|
||||
emitSIBByte(SS, IndexRegNo, 5);
|
||||
} else {
|
||||
} else {
|
||||
unsigned BaseRegNo = getX86RegNum(BaseReg);
|
||||
unsigned IndexRegNo;
|
||||
if (IndexReg.getReg())
|
||||
|
Loading…
x
Reference in New Issue
Block a user