Skip to content

Commit fce35d5

Browse files
committed
Remove an unused variable in visitFMUL
1 parent f347f76 commit fce35d5

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
@@ -18027,7 +18027,6 @@ SDValue DAGCombiner::visitFMUL(SDNode *N) {
1802718027
ConstantFPSDNode *N1CFP = isConstOrConstSplatFP(N1, true);
1802818028
EVT VT = N->getValueType(0);
1802918029
SDLoc DL(N);
18030-
const TargetOptions &Options = DAG.getTarget().Options;
1803118030
const SDNodeFlags Flags = N->getFlags();
1803218031
SelectionDAG::FlagInserter FlagsInserter(DAG, N);
1803318032

0 commit comments

Comments
 (0)