git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175189 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nadav Rotem 2013-02-14 18:20:48 +00:00
parent 5e3100afef
commit b39a552949

View File

@ -17430,7 +17430,8 @@ static SDValue performVZEXTCombine(SDNode *N, SelectionDAG &DAG,
if (In.getOpcode() != X86ISD::VZEXT)
return SDValue();
return DAG.getNode(X86ISD::VZEXT, N->getDebugLoc(), N->getValueType(0), In.getOperand(0));
return DAG.getNode(X86ISD::VZEXT, N->getDebugLoc(), N->getValueType(0),
In.getOperand(0));
}
SDValue X86TargetLowering::PerformDAGCombine(SDNode *N,