Skip to content

Commit 578a155

Browse files
committed
Remove an unused variable in visitFMUL
1 parent 2f8d9fa commit 578a155

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17962,7 +17962,6 @@ SDValue DAGCombiner::visitFMUL(SDNode *N) {
1796217962
ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1, true);
1796317963
EVT VT = N->getValueType(0);
1796417964
SDLoc DL(N);
17965-
const TargetOptions &Options = DAG.getTarget().Options;
1796617965
const SDNodeFlags Flags = N->getFlags();
1796717966
SelectionDAG::FlagInserter FlagsInserter(DAG, N);
1796817967

0 commit comments

Comments
 (0)