mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-02 15:45:44 +00:00
fix a pasto
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36242 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
919184867c
commit
0a16a1f738
@ -583,7 +583,7 @@ bool TargetLowering::SimplifyDemandedBits(SDOperand Op, uint64_t DemandedMask,
|
|||||||
SDOperand NewSA =
|
SDOperand NewSA =
|
||||||
TLO.DAG.getConstant(ShAmt-C1, Op.getOperand(1).getValueType());
|
TLO.DAG.getConstant(ShAmt-C1, Op.getOperand(1).getValueType());
|
||||||
MVT::ValueType VT = Op.getValueType();
|
MVT::ValueType VT = Op.getValueType();
|
||||||
return TLO.CombineTo(Op, TLO.DAG.getNode(ISD::SRL, VT,
|
return TLO.CombineTo(Op, TLO.DAG.getNode(Opc, VT,
|
||||||
InOp.getOperand(0), NewSA));
|
InOp.getOperand(0), NewSA));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user