diff options
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r-- | gcc/regclass.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c index 5b65f23..f7c2fe2 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -2020,10 +2020,6 @@ reg_scan_mark_refs (x, insn, note_flag, min_regno) switch (code) { case CONST: - if (GET_CODE (XEXP (x, 0)) == CONSTANT_P_RTX) - reg_scan_mark_refs (XEXP (XEXP (x, 0), 0), insn, note_flag, min_regno); - return; - case CONST_INT: case CONST_DOUBLE: case CC0: |