projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ab34b
)
Fix indentation.
author
Dan Gohman
<gohman@apple.com>
Mon, 10 Nov 2008 22:09:58 +0000
(22:09 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 10 Nov 2008 22:09:58 +0000
(22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59004
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86CodeEmitter.cpp
b/lib/Target/X86/X86CodeEmitter.cpp
index f8bff1ac2f4d5bdc587e977eba38349c7eb831c7..828d1ad651a9c899cad96e4bd7eb61511a29ba1e 100644
(file)
--- a/
lib/Target/X86/X86CodeEmitter.cpp
+++ b/
lib/Target/X86/X86CodeEmitter.cpp
@@
-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())