From adfaf10ada5b44176af897160f9537a1066ed369 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 19 Jul 1992 06:28:24 +0000 Subject: [PATCH] entered into RCS From-SVN: r1625 --- gcc/rtl.h | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.30.2