aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h
index 4fb3794..a520e1c 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -245,6 +245,8 @@ struct gcc_target
/* Output a DTP-relative reference to a TLS symbol. */
void (*output_dwarf_dtprel) (FILE *file, int size, rtx x);
+ /* Some target machines need to postscan each insn after it is output. */
+ void (*final_postscan_insn) (FILE *, rtx, rtx *, int);
} asm_out;
/* Functions relating to instruction scheduling. */