Skip to content

Commit 12b2652

Browse files
committed
Remove an unused variable in visitFMUL
1 parent 8b13f3d commit 12b2652

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
@@ -17911,7 +17911,6 @@ SDValue DAGCombiner::visitFMUL(SDNode *N) {
1791117911
ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1, true);
1791217912
EVT VT = N->getValueType(0);
1791317913
SDLoc DL(N);
17914-
const TargetOptions &Options = DAG.getTarget().Options;
1791517914
const SDNodeFlags Flags = N->getFlags();
1791617915
SelectionDAG::FlagInserter FlagsInserter(DAG, N);
1791717916

0 commit comments

Comments
 (0)