[X86] Remove unused variable. NFC

This commit is contained in:
Craig Topper 2019-11-06 22:53:48 -08:00
parent 1c8460d6e1
commit 17eb12fa6d
1 changed files with 0 additions and 1 deletions

View File

@ -40763,7 +40763,6 @@ static SDValue combineStore(SDNode *N, SelectionDAG &DAG,
cast<LoadSDNode>(St->getValue())->isSimple() &&
St->getChain().hasOneUse() && St->isSimple()) {
LoadSDNode *Ld = cast<LoadSDNode>(St->getValue().getNode());
SmallVector<SDValue, 8> Ops;
if (!ISD::isNormalLoad(Ld))
return SDValue();