Commit 696d76a5 by Mike Stump

Fixup whitespace.

From-SVN: r205134
parent c907d065
...@@ -3288,8 +3288,8 @@ fold_rtx (rtx x, rtx insn) ...@@ -3288,8 +3288,8 @@ fold_rtx (rtx x, rtx insn)
break; break;
new_rtx = simplify_unary_operation (code, mode, new_rtx = simplify_unary_operation (code, mode,
const_arg0 ? const_arg0 : folded_arg0, const_arg0 ? const_arg0 : folded_arg0,
mode_arg0); mode_arg0);
} }
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment