OSDN Git Service

entered into RCS
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jul 1992 06:28:24 +0000 (06:28 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jul 1992 06:28:24 +0000 (06:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1625 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/rtl.h

index 88adb0b..c9db9c5 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)