diff options
Diffstat (limited to 'gcc/rtl.h')
| -rw-r--r-- | gcc/rtl.h | 5 |
1 files changed, 0 insertions, 5 deletions
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) \ |

