1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00

The Hyphenation-Adding Committee is now in session.

llvm-svn: 5986
This commit is contained in:
Misha Brukman 2003-05-03 02:18:17 +00:00
parent 7257cc718d
commit bd9b827093

View File

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