mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25160 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user