projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c4bd6
)
typo
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 9 Jan 2006 20:49:21 +0000
(20:49 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86ISelLowering.cpp
b/lib/Target/X86/X86ISelLowering.cpp
index fe6b9d00d95f5a5ec8a225d1b0f92394d2a16b7c..669f7de6ea2d71d46868fc2e6394b016ecb74d2d 100644
(file)
--- 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_
N
E, MVT::i8);
std::vector<MVT::ValueType> Tys;
Tys.push_back(MVT::i32);