mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
The Hyphenation-Adding Committee is now in session.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5986 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8b27318a3
commit
48196b3813
@ -1752,7 +1752,7 @@ void ISel::visitAllocaInst(AllocaInst &I) {
|
||||
// the stack pointer.
|
||||
BuildMI(BB, X86::MOVrr32, 1, getReg(I)).addReg(X86::ESP);
|
||||
|
||||
// Inform the Frame Information that we have just allocated a variable sized
|
||||
// Inform the Frame Information that we have just allocated a variable-sized
|
||||
// object.
|
||||
F->getFrameInfo()->CreateVariableSizedObject();
|
||||
}
|
||||
|
@ -1752,7 +1752,7 @@ void ISel::visitAllocaInst(AllocaInst &I) {
|
||||
// the stack pointer.
|
||||
BuildMI(BB, X86::MOVrr32, 1, getReg(I)).addReg(X86::ESP);
|
||||
|
||||
// Inform the Frame Information that we have just allocated a variable sized
|
||||
// Inform the Frame Information that we have just allocated a variable-sized
|
||||
// object.
|
||||
F->getFrameInfo()->CreateVariableSizedObject();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user