1
0
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:
Dan Gohman 2008-11-10 22:09:58 +00:00
parent 891f177dd0
commit b5857c2859

View File

@ -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())