diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-05-19 13:14:18 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-05-19 13:14:18 +0000 |
commit | d28f752bd30791925d7c6fbf08cf426026cd3279 (patch) | |
tree | 1f39dcdb8f141756df84f168ce591c57445df9e2 /gcc/fold-const.c | |
parent | 59fa6e39c6387a101c2d5c323045b5e7d55f0732 (diff) | |
download | gcc-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.c | 2 |
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), |