summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorTom Wood <wood@gnu.org>1992-06-29 16:04:35 +0000
committerTom Wood <wood@gnu.org>1992-06-29 16:04:35 +0000
commitbdac5f5848fbb6646b1beee01bb045a778195e73 (patch)
tree4d0ad94f4fb5359e4c5330300091d0cd90282f55 /gcc/rtl.h
parent8194c19cbe07371c2505a4719986209b7d403650 (diff)
downloadgcc-bdac5f5848fbb6646b1beee01bb045a778195e73.tar.gz
*** empty log message ***
From-SVN: r1336
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 923786f9942..f1a1a7fa8a2 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -336,6 +336,10 @@ extern char *reg_note_name[];
#define NOTE_INSN_LOOP_CONT -8
/* Generated at the start of a duplicated exit test. */
#define NOTE_INSN_LOOP_VTOP -9
+/* This marks the point immediately after the last prologue insn. */
+#define NOTE_INSN_PROLOGUE_END -10
+/* This marks the point immediately prior to the first epilogue insn. */
+#define NOTE_INSN_EPILOGUE_BEG -11
/* Don't forget to change note_insn_name in rtl.c. */
#define NOTE_DECL_NAME(INSN) ((INSN)->fld[3].rtstr)