diff options
Diffstat (limited to 'gcc/flow.c')
| -rw-r--r-- | gcc/flow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index 08f1f0ac297..3b901e46752 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -3474,7 +3474,8 @@ propagate_one_insn (pbi, insn) { /* We do not want REG_UNUSED notes for these registers. */ mark_set_1 (pbi, CLOBBER, gen_rtx_REG (reg_raw_mode[i], i), - cond, insn, pbi->flags & ~PROP_DEATH_NOTES); + cond, insn, + pbi->flags & ~(PROP_DEATH_NOTES | PROP_REG_INFO)); } } |

