aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-05-19 13:14:18 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-05-19 13:14:18 +0000
commitd28f752bd30791925d7c6fbf08cf426026cd3279 (patch)
tree1f39dcdb8f141756df84f168ce591c57445df9e2 /gcc/fold-const.c
parent59fa6e39c6387a101c2d5c323045b5e7d55f0732 (diff)
downloadgcc-d28f752bd30791925d7c6fbf08cf426026cd3279.zip
gcc-d28f752bd30791925d7c6fbf08cf426026cd3279.tar.gz
gcc-d28f752bd30791925d7c6fbf08cf426026cd3279.tar.bz2
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
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 1705fb6..ecdc126 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -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),