typo
authorEvan Cheng <evan.cheng@apple.com>
Mon, 9 Jan 2006 20:49:21 +0000 (20:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 9 Jan 2006 20:49:21 +0000 (20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25160 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index fe6b9d00d95f5a5ec8a225d1b0f92394d2a16b7c..669f7de6ea2d71d46868fc2e6394b016ecb74d2d 100644 (file)
@@ -1247,7 +1247,7 @@ SDOperand X86TargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
                                    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);