mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 18:35:45 +00:00
Add missing space before {. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163484 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
956342b210
commit
74eab5ab9e
@ -522,7 +522,7 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
|
|||||||
|
|
||||||
void
|
void
|
||||||
X86RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
|
X86RegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
|
||||||
int SPAdj, RegScavenger *RS) const{
|
int SPAdj, RegScavenger *RS) const {
|
||||||
assert(SPAdj == 0 && "Unexpected");
|
assert(SPAdj == 0 && "Unexpected");
|
||||||
|
|
||||||
unsigned i = 0;
|
unsigned i = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user