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:
956342b
)
Add missing space before {. No functionality change.
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 9 Sep 2012 23:40:55 +0000
(23:40 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sun, 9 Sep 2012 23:40:55 +0000
(23:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163484
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86RegisterInfo.cpp
b/lib/Target/X86/X86RegisterInfo.cpp
index 877b8f6bc3d19af47142bc416b0cfe30dd3850cd..3b4cfc43a4b4eb3f753711e0099d20b48da4e189 100644
(file)
--- a/
lib/Target/X86/X86RegisterInfo.cpp
+++ b/
lib/Target/X86/X86RegisterInfo.cpp
@@
-522,7
+522,7
@@
eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
void
X86RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
- int SPAdj, RegScavenger *RS) const{
+ int SPAdj, RegScavenger *RS) const
{
assert(SPAdj == 0 && "Unexpected");
unsigned i = 0;