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 13984d1..ad5039b 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -11508,7 +11508,7 @@ build_fold_addr_expr (tree t) of an indirection through OP0, or NULL_TREE if no simplification is possible. */ -static tree +tree fold_indirect_ref_1 (tree type, tree op0) { tree sub = op0; |