mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[X86] Remove unused variable. NFC
This commit is contained in:
parent
8046404244
commit
75238e02b6
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user