Move the constant-folding support for FP_ROUND in SelectionDAG from the...
Move the constant-folding support for FP_ROUND in SelectionDAG from the one-operand version of getNode() to the two-operand version, since it became a two-operand node at sound point. Zap a testcase that this allows us to completely fold away. llvm-svn: 154447
Loading
Please register or sign in to comment