]> gcc.gnu.org Git - gcc.git/commitdiff
entered into RCS
authorRichard Stallman <rms@gnu.org>
Sun, 19 Jul 1992 06:28:24 +0000 (06:28 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 19 Jul 1992 06:28:24 +0000 (06:28 +0000)
From-SVN: r1625

gcc/rtl.h

index 88adb0b5e7ec7bc49698ca04f91e35abf5a73eff..c9db9c5d82946eba7540c9e0183991ed983ef06c 100644 (file)
--- 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)
 
This page took 0.072289 seconds and 5 git commands to generate.