diff options
author | JF Bastien <jfbastien@apple.com> | 2018-12-17 19:03:24 +0000 |
---|---|---|
committer | JF Bastien <jfbastien@apple.com> | 2018-12-17 19:03:24 +0000 |
commit | 1811217e4d6b898928ce1c9c31c6ff00ffbd3cc3 (patch) | |
tree | dc91c7d61116d5895d60de114d452562d2223749 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 1d460eb52e206f920eae86c81370784713513a9b (diff) | |
download | bcm5719-llvm-1811217e4d6b898928ce1c9c31c6ff00ffbd3cc3.tar.gz bcm5719-llvm-1811217e4d6b898928ce1c9c31c6ff00ffbd3cc3.zip |
NFC: remove unused variable
D55768 removed its use.
llvm-svn: 349377
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 0c9ef5b4da9..8ac1a962a8e 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; } |