1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-svn: 25160
This commit is contained in:
Evan Cheng 2006-01-09 20:49:21 +00:00
parent 58e26e2c4b
commit 5baec4d0e2

View File

@ -1247,7 +1247,7 @@ SDOperand X86TargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
ShAmt, DAG.getConstant(32, MVT::i8)); ShAmt, DAG.getConstant(32, MVT::i8));
SDOperand Hi, Lo; 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; std::vector<MVT::ValueType> Tys;
Tys.push_back(MVT::i32); Tys.push_back(MVT::i32);