diff options
Diffstat (limited to 'gcc/config/c4x/c4x.h')
-rw-r--r-- | gcc/config/c4x/c4x.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index e4b8a53c05a..7c5435cedf8 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -1954,15 +1954,6 @@ do { fprintf (asm_out_file, "\t.sdef\t"); \ #define TRULY_NOOP_TRUNCATION(OUTPREC, INPREC) 1 -/* We need to use direct addressing for large constants and addresses - that cannot fit within an instruction. We must check for these - after after the final jump optimisation pass, since this may - introduce a local_move insn for a SYMBOL_REF. This pass - must come before delayed branch slot filling since it can generate - additional instructions. */ - -#define MACHINE_DEPENDENT_REORG(INSNS) c4x_process_after_reload(INSNS) - #define DBR_OUTPUT_SEQEND(FILE) \ if (final_sequence != NULL_RTX) \ { \ |