Commit d28f752b by Paolo Bonzini Committed by Paolo Bonzini

fold-const.c: Remove non-printable character 160.

2004-05-19  Paolo Bonzini  <bonzini@gnu.org>

	* fold-const.c: Remove non-printable character 160.

From-SVN: r82024
parent 59fa6e39
2004-05-19 Paolo Bonzini <bonzini@gnu.org>
* fold-const.c: Remove non-printable character 160.
2004-05-19 Nick Clifton <nickc@redhat.com>
* doc/invoke.texi (ARM Options): Fix typo.
......
......@@ -4959,7 +4959,7 @@ fold_binary_op_with_conditional_arg (enum tree_code code, tree type,
evaluated in one branch, with the other branch using the result
but missing the evaluation code. Beware that the save_expr call
above might not return a SAVE_EXPR, so testing the TREE_CODE
of ARG is not enough to decide here.  */
of ARG is not enough to decide here. */
if (save)
return build (COMPOUND_EXPR, type,
fold_convert (void_type_node, arg),
......
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