forked from OSchip/llvm-project
[X86ISelLowering] LowerSELECT - remove duplicate value type. NFCI.
VT of SELECT result and selection ops will be the same. llvm-svn: 370581
This commit is contained in:
parent
757cc16ab7
commit
7238353da2
|
@ -21133,8 +21133,6 @@ SDValue X86TargetLowering::LowerSELECT(SDValue Op, SelectionDAG &DAG) const {
|
|||
CC = Cond.getOperand(0);
|
||||
|
||||
SDValue Cmp = Cond.getOperand(1);
|
||||
MVT VT = Op.getSimpleValueType();
|
||||
|
||||
bool IllegalFPCMov = false;
|
||||
if (VT.isFloatingPoint() && !VT.isVector() &&
|
||||
!isScalarFPTypeInSSEReg(VT)) // FPStack?
|
||||
|
|
Loading…
Reference in New Issue