Skip to content

Commit c60fcce

Browse files
[DAG] Remove unnecessary code
1 parent de8c30d commit c60fcce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18369,8 +18369,7 @@ template <class MatchContextClass> SDValue DAGCombiner::visitFMA(SDNode *N) {
1836918369
}
1837018370
}
1837118371

18372-
using namespace SDPatternMatch;
18373-
SDValue X, Y, Cst;
18372+
SDValue X, Y;
1837418373

1837518374
// (fma 1.0, X, Y) or (fma X, 1.0, Y) -> (fadd X, Y)
1837618375
SDValue C1 = DAG.getConstantFP(1.0, DL, VT);

0 commit comments

Comments
 (0)