aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-01-09 20:49:21 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-01-09 20:49:21 +0000
commit82a24b98135027b50147cedd56e80720f06c61d3 (patch)
tree97da70f87a5964d1f3694d290daf1ea6828d00f4
parentf7c4bd65c07e0c3ad1204c0bdcfac7826ac92720 (diff)
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25160 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86ISelLowering.cpp b/lib/Target/X86/X86ISelLowering.cpp
index fe6b9d00d9..669f7de6ea 100644
--- a/lib/Target/X86/X86ISelLowering.cpp
+++ b/lib/Target/X86/X86ISelLowering.cpp
@@ -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);