]> granicus.if.org Git - llvm/commitdiff
The Hyphenation-Adding Committee is now in session.
authorMisha Brukman <brukman+llvm@gmail.com>
Sat, 3 May 2003 02:18:17 +0000 (02:18 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sat, 3 May 2003 02:18:17 +0000 (02:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5986 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86ISelSimple.cpp

index 2c6f4fb1a0d888c322d2c9b7ff46b1e899a7f1af..a65a42737efd49722da4575dfd58940a70fd468c 100644 (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();
 }
index 2c6f4fb1a0d888c322d2c9b7ff46b1e899a7f1af..a65a42737efd49722da4575dfd58940a70fd468c 100644 (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();
 }