diff options
Diffstat (limited to 'gcc/gimple.c')
-rw-r--r-- | gcc/gimple.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple.c b/gcc/gimple.c index 6088682..a5c16da 100644 --- a/gcc/gimple.c +++ b/gcc/gimple.c @@ -2345,7 +2345,6 @@ gimple_copy (gimple stmt) /* Clear out SSA operand vectors on COPY. */ if (gimple_has_ops (stmt)) { - gimple_set_def_ops (copy, NULL); gimple_set_use_ops (copy, NULL); /* SSA operands need to be updated. */ |