[SelectionDAGBuilder] Remove Unnecessary FastMathFlags temporary. Use SDNodeFlags...
authorCraig Topper <craig.topper@intel.com>
Tue, 8 Sep 2020 22:48:47 +0000 (15:48 -0700)
committerCraig Topper <craig.topper@intel.com>
Tue, 8 Sep 2020 22:50:12 +0000 (15:50 -0700)
commit844e94a5026eea19f1f8091121ad05684f28d047
tree461728337a83a60c37760baa78714be802b06e7e
parent88bf133c99c3124842c182a019306f83f2c1b856
[SelectionDAGBuilder] Remove Unnecessary FastMathFlags temporary. Use SDNodeFlags instead. NFCI

This was a missed simplication in D87200
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp