From: Craig Topper Date: Thu, 7 Nov 2019 06:53:48 +0000 (-0800) Subject: [X86] Remove unused variable. NFC X-Git-Tag: llvmorg-11-init~4832 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17eb12fa6d99b2e963d4dff15c3790a5fda8549e;p=platform%2Fupstream%2Fllvm.git [X86] Remove unused variable. NFC --- diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 718431a..2d144ba 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -40763,7 +40763,6 @@ static SDValue combineStore(SDNode *N, SelectionDAG &DAG, cast(St->getValue())->isSimple() && St->getChain().hasOneUse() && St->isSimple()) { LoadSDNode *Ld = cast(St->getValue().getNode()); - SmallVector Ops; if (!ISD::isNormalLoad(Ld)) return SDValue();