Changes in directory llvm/lib/Target/X86:

X86ISelLowering.cpp updated: 1.23 -> 1.24
---
Log message:

typo


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

 X86ISelLowering.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u llvm/lib/Target/X86/X86ISelLowering.cpp:1.23 
llvm/lib/Target/X86/X86ISelLowering.cpp:1.24
--- llvm/lib/Target/X86/X86ISelLowering.cpp:1.23        Mon Jan  9 12:33:28 2006
+++ llvm/lib/Target/X86/X86ISelLowering.cpp     Mon Jan  9 14:49:21 2006
@@ -1247,7 +1247,7 @@
                                    ShAmt, DAG.getConstant(32, MVT::i8));
 
     SDOperand Hi, Lo;
-    SDOperand CC = DAG.getConstant(X86ISD::COND_E, MVT::i8);
+    SDOperand CC = DAG.getConstant(X86ISD::COND_NE, MVT::i8);
 
     std::vector<MVT::ValueType> Tys;
     Tys.push_back(MVT::i32);



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to