diff options
author | Tom Wood <wood@gnu.org> | 1992-06-29 16:04:35 +0000 |
---|---|---|
committer | Tom Wood <wood@gnu.org> | 1992-06-29 16:04:35 +0000 |
commit | bdac5f5848fbb6646b1beee01bb045a778195e73 (patch) | |
tree | 4d0ad94f4fb5359e4c5330300091d0cd90282f55 /gcc/rtl.h | |
parent | 8194c19cbe07371c2505a4719986209b7d403650 (diff) | |
download | gcc-bdac5f5848fbb6646b1beee01bb045a778195e73.tar.gz |
*** empty log message ***
From-SVN: r1336
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 4 |
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) |