aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2006-09-16 08:46:22 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2006-09-16 08:46:22 +0000
commit1049f47570bb6e338d6f06d1eb6f24537261c59e (patch)
tree1c30ac02e4556c742067241a5679d22eb8eb8a4d /gcc/rtl.h
parent9769e9e0b3489d204b7c20ebb69357a5ebca4611 (diff)
downloadgcc-1049f47570bb6e338d6f06d1eb6f24537261c59e.zip
gcc-1049f47570bb6e338d6f06d1eb6f24537261c59e.tar.gz
gcc-1049f47570bb6e338d6f06d1eb6f24537261c59e.tar.bz2
rtl.h (LABEL_OUTSIDE_LOOP_P): Remove.
* rtl.h (LABEL_OUTSIDE_LOOP_P): Remove. * doc/rtl.texi: Remove related documentation. From-SVN: r116992
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index f8d97a1..6c76f9d 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1198,11 +1198,6 @@ do { \
MEM_KEEP_ALIAS_SET_P (LHS) = MEM_KEEP_ALIAS_SET_P (RHS), \
MEM_ATTRS (LHS) = MEM_ATTRS (RHS))
-/* 1 if RTX is a label_ref to a label outside the loop containing the
- reference. */
-#define LABEL_OUTSIDE_LOOP_P(RTX) \
- (RTL_FLAG_CHECK1("LABEL_OUTSIDE_LOOP_P", (RTX), LABEL_REF)->in_struct)
-
/* 1 if RTX is a label_ref for a nonlocal label. */
/* Likewise in an expr_list for a reg_label note. */
#define LABEL_REF_NONLOCAL_P(RTX) \