diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-19 06:28:24 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-19 06:28:24 +0000 |
commit | adfaf10ada5b44176af897160f9537a1066ed369 (patch) | |
tree | 5ca919c2a7815756cb057a12f5aa6598d3945c5e /gcc/rtl.h | |
parent | 8be386d9f2f125920c3ebf01861b3a410b78dade (diff) | |
download | gcc-adfaf10ada5b44176af897160f9537a1066ed369.tar.gz |
entered into RCS
From-SVN: r1625
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 88adb0b5e7e..c9db9c5d829 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -453,6 +453,9 @@ extern char *note_insn_name[]; loop containing the reference. */ #define LABEL_OUTSIDE_LOOP_P(RTX) ((RTX)->in_struct) +/* For a LABEL_REF, 1 means it is for a nonlocal label. */ +#define LABEL_REF_NONLOCAL_P(RTX) ((RTX)->volatil) + /* For a CODE_LABEL, 1 means always consider this label to be needed. */ #define LABEL_PRESERVE_P(RTX) ((RTX)->in_struct) |