diff options
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 54d9eb1ef67..7c4a49bef09 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -1918,6 +1918,7 @@ alloc_reg_note (enum reg_note kind, rtx datum, rtx list) case REG_CC_USER: case REG_LABEL_TARGET: case REG_LABEL_OPERAND: + case REG_TM: /* These types of register notes use an INSN_LIST rather than an EXPR_LIST, so that copying is done right and dumps look better. */ |