summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-16 08:46:22 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-16 08:46:22 +0000
commit0d26f707d9c6c03fce1d9c21ec5b2b50be738fa6 (patch)
tree1c30ac02e4556c742067241a5679d22eb8eb8a4d /gcc
parentb339614f1a7501e2c14e95d529873388330aaf55 (diff)
downloadppe42-gcc-0d26f707d9c6c03fce1d9c21ec5b2b50be738fa6.tar.gz
ppe42-gcc-0d26f707d9c6c03fce1d9c21ec5b2b50be738fa6.zip
* rtl.h (LABEL_OUTSIDE_LOOP_P): Remove.
* doc/rtl.texi: Remove related documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116992 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/rtl.texi8
-rw-r--r--gcc/rtl.h5
3 files changed, 5 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 762df397e11..ae477841b41 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-16 Steven Bosscher <steven@gcc.gnu.org>
+
+ * rtl.h (LABEL_OUTSIDE_LOOP_P): Remove.
+ * doc/rtl.texi: Remove related documentation.
+
2006-09-16 Bernd Schmidt <bernd.schmidt@analog.com>
* loop-doloop.c (doloop_optimize): Remove bogus arg from debugging
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi
index 9036ddbd983..76e8f16face 100644
--- a/gcc/doc/rtl.texi
+++ b/gcc/doc/rtl.texi
@@ -608,14 +608,6 @@ branch is not taken. When @code{INSN_ANNULLED_BRANCH_P} is not set,
this insn will always be executed. Stored in the @code{in_struct}
field and printed as @samp{/s}.
-@findex LABEL_OUTSIDE_LOOP_P
-@cindex @code{label_ref} and @samp{/s}
-@cindex @code{in_struct}, in @code{label_ref}
-@item LABEL_OUTSIDE_LOOP_P (@var{x})
-In @code{label_ref} expressions, nonzero if this is a reference to a
-label that is outside the innermost loop containing the reference to the
-label. Stored in the @code{in_struct} field and printed as @samp{/s}.
-
@findex LABEL_PRESERVE_P
@cindex @code{code_label} and @samp{/i}
@cindex @code{note} and @samp{/i}
diff --git a/gcc/rtl.h b/gcc/rtl.h
index f8d97a18aad..6c76f9d19df 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) \
OpenPOWER on IntegriCloud