diff options
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 d27eeb0..c74f891 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -2029,7 +2029,7 @@ fold_convert (tree type, tree arg) } } -/* Return false if expr can be assumed not to be an value, true +/* Return false if expr can be assumed not to be an lvalue, true otherwise. */ static bool |