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 f3d3bcb485
commit effa5ba1ac
1 changed files with 1 additions and 1 deletions

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