diff options
Diffstat (limited to 'gcc/tree-ssa-copy.c')
-rw-r--r-- | gcc/tree-ssa-copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-copy.c b/gcc/tree-ssa-copy.c index c096a711e25..2f1072669fb 100644 --- a/gcc/tree-ssa-copy.c +++ b/gcc/tree-ssa-copy.c @@ -894,7 +894,7 @@ fini_copy_prop (void) copy_of[i].value = get_last_copy_of (var); } - substitute_and_fold (copy_of); + substitute_and_fold (copy_of, false); free (cached_last_copy_of); free (copy_of); |