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 6d2db7b..4e8f34f 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -7857,7 +7857,7 @@ fold_unary (enum tree_code code, tree type, tree op0) return fold_build1 (BIT_NOT_EXPR, type, fold_convert (type, tem)); } - tem = fold_convert_const (code, type, arg0); + tem = fold_convert_const (code, type, op0); return tem ? tem : NULL_TREE; case VIEW_CONVERT_EXPR: |