aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-05 03:31:52 +0000
committerRichard Stallman <rms@gnu.org>1992-07-05 03:31:52 +0000
commit196cedd02855a8ee2a7fc2ad3a45fa2ae0290743 (patch)
tree0994c02c075abf221497d13574266f031e6dcb29 /gcc/rtl.h
parenta53d0bcc79ee90dbc21e76349938038e684893f9 (diff)
downloadgcc-196cedd02855a8ee2a7fc2ad3a45fa2ae0290743.zip
gcc-196cedd02855a8ee2a7fc2ad3a45fa2ae0290743.tar.gz
gcc-196cedd02855a8ee2a7fc2ad3a45fa2ae0290743.tar.bz2
*** empty log message ***
From-SVN: r1438
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index f1a1a7f..5756a1c 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -340,6 +340,8 @@ extern char *reg_note_name[];
#define NOTE_INSN_PROLOGUE_END -10
/* This marks the point immediately prior to the first epilogue insn. */
#define NOTE_INSN_EPILOGUE_BEG -11
+/* Generated in place of user-declared labels when they are deleted. */
+#define NOTE_INSN_DELETED_LABEL -12
/* Don't forget to change note_insn_name in rtl.c. */
#define NOTE_DECL_NAME(INSN) ((INSN)->fld[3].rtstr)