[llvm-commits] CVS: llvm/lib/Target/X86/InstSelectSimple.cpp

Misha Brukman brukman at cs.uiuc.edu
Fri May 2 21:19:01 PDT 2003


Changes in directory llvm/lib/Target/X86:

InstSelectSimple.cpp updated: 1.90 -> 1.91

---
Log message:

The Hyphenation-Adding Committee is now in session.


---
Diffs of the changes:

Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.90 llvm/lib/Target/X86/InstSelectSimple.cpp:1.91
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.90	Fri Apr 25 16:58:54 2003
+++ llvm/lib/Target/X86/InstSelectSimple.cpp	Fri May  2 21:18:17 2003
@@ -1752,7 +1752,7 @@
   // 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();
 }





More information about the llvm-commits mailing list