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

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 10 12:48:10 PDT 2003


Changes in directory llvm/lib/Target/X86:

FloatingPoint.cpp updated: 1.8 -> 1.9
InstSelectSimple.cpp updated: 1.127 -> 1.128

---
Log message:

Fix spelling.


---
Diffs of the changes:  (+2 -2)

Index: llvm/lib/Target/X86/FloatingPoint.cpp
diff -u llvm/lib/Target/X86/FloatingPoint.cpp:1.8 llvm/lib/Target/X86/FloatingPoint.cpp:1.9
--- llvm/lib/Target/X86/FloatingPoint.cpp:1.8	Mon Aug 18 09:32:46 2003
+++ llvm/lib/Target/X86/FloatingPoint.cpp	Fri Oct 10 12:47:36 2003
@@ -549,7 +549,7 @@
 
 
 /// handleSpecialFP - Handle special instructions which behave unlike other
-/// floating point instructions.  This is primarily inteaded for use by pseudo
+/// floating point instructions.  This is primarily intended for use by pseudo
 /// instructions.
 ///
 void FPS::handleSpecialFP(MachineBasicBlock::iterator &I) {


Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.127 llvm/lib/Target/X86/InstSelectSimple.cpp:1.128
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.127	Sun Oct  5 14:15:46 2003
+++ llvm/lib/Target/X86/InstSelectSimple.cpp	Fri Oct 10 12:47:36 2003
@@ -1214,7 +1214,7 @@
     return;
   }
   case cByte: case cShort: case cInt:
-    break;          // Small integerals, handled below...
+    break;          // Small integrals, handled below...
   default: assert(0 && "Unknown class!");
   }
 





More information about the llvm-commits mailing list