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

Chris Lattner lattner at cs.uiuc.edu
Fri May 13 15:47:14 PDT 2005



Changes in directory llvm/lib/Target/X86:

X86ISelPattern.cpp updated: 1.131 -> 1.132
---
Log message:

fix typo


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

 X86ISelPattern.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/lib/Target/X86/X86ISelPattern.cpp
diff -u llvm/lib/Target/X86/X86ISelPattern.cpp:1.131 llvm/lib/Target/X86/X86ISelPattern.cpp:1.132
--- llvm/lib/Target/X86/X86ISelPattern.cpp:1.131	Fri May 13 17:13:49 2005
+++ llvm/lib/Target/X86/X86ISelPattern.cpp	Fri May 13 17:46:57 2005
@@ -50,7 +50,7 @@
     X86TargetLowering(TargetMachine &TM) : TargetLowering(TM) {
       // Set up the TargetLowering object.
 
-      // X86 is wierd, it always uses i8 for shift amounts and setcc results.
+      // X86 is weird, it always uses i8 for shift amounts and setcc results.
       setShiftAmountType(MVT::i8);
       setSetCCResultType(MVT::i8);
       setSetCCResultContents(ZeroOrOneSetCCResult);
@@ -173,7 +173,7 @@
 }
 
 //===----------------------------------------------------------------------===//
-//                  C Calling Convention implementation
+//                    C Calling Convention implementation
 //===----------------------------------------------------------------------===//
 
 std::vector<SDOperand>
@@ -377,7 +377,7 @@
 }
 
 //===----------------------------------------------------------------------===//
-//                   Fast Calling Convention implementation
+//                    Fast Calling Convention implementation
 //===----------------------------------------------------------------------===//
 //
 // The X86 'fast' calling convention passes up to two integer arguments in






More information about the llvm-commits mailing list