From: JF Bastien Date: Mon, 17 Dec 2018 19:03:24 +0000 (+0000) Subject: NFC: remove unused variable X-Git-Tag: llvmorg-8.0.0-rc1~1905 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1811217e4d6b898928ce1c9c31c6ff00ffbd3cc3;p=platform%2Fupstream%2Fllvm.git NFC: remove unused variable D55768 removed its use. llvm-svn: 349377 --- diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 0c9ef5b..8ac1a96 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -1976,7 +1976,6 @@ bool TargetLowering::SimplifyDemandedBitsForTargetNode( Op.getOpcode() == ISD::INTRINSIC_VOID) && "Should use SimplifyDemandedBits if you don't know whether Op" " is a target node!"); - EVT VT = Op.getValueType(); computeKnownBitsForTargetNode(Op, Known, DemandedElts, TLO.DAG, Depth); return false; }