diff options
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r-- | gcc/regclass.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c index 793c9ac..cd882df 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -1995,13 +1995,6 @@ reg_scan_mark_refs (x, insn, note_flag, min_regno) register rtx dest; register rtx note; - /* This can happen when scanning insns referenced by certain notes. - - It is unclear if we should be scanning such insns; until someone can - say for sure this seems like the safest fix. */ - if (x == NULL_RTX) - return; - code = GET_CODE (x); switch (code) { |