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
This commit is contained in:
Paolo Bonzini 2004-05-19 13:14:18 +00:00 committed by Paolo Bonzini
parent 59fa6e39c6
commit d28f752bd3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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),