diff options
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index 12225db..e16cb4d 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -11952,6 +11952,12 @@ distribute_notes (notes, from_insn, i3, i2, elim_i2, elim_i1) place = i3; break; + case REG_VTABLE_REF: + /* ??? Should remain with *a particular* memory load. Given the + nature of vtable data, the last insn seems relatively safe. */ + place = i3; + break; + case REG_NON_LOCAL_GOTO: if (GET_CODE (i3) == JUMP_INSN) place = i3; |