From: kazu Date: Wed, 13 Apr 2005 14:42:12 +0000 (+0000) Subject: * rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=074073feecadb0fb42cb5d3934ed754c7d1d1cd7;p=thirdparty%2Fgcc.git * rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98087 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 82128314f034..32f79fa45c87 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,8 @@ * genattrtab.c (NULL_ATTR): Remove. * ifcvt.c (NULL_EDGE): Likewise. + * rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove. + 2005-04-13 Eric Botcazou * configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf. diff --git a/gcc/rtl.h b/gcc/rtl.h index d7bef0fc97b4..6c25944d5386 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -90,8 +90,6 @@ enum rtx_class { #define RTX_COMMUTATIVE_MASK (~2) #define RTX_COMMUTATIVE_RESULT (RTX_COMM_COMPARE & RTX_COMMUTATIVE_MASK) #define RTX_NON_COMMUTATIVE_RESULT (RTX_COMPARE & RTX_COMMUTATIVE_MASK) -#define RTX_EXPR_FIRST (RTX_COMPARE) -#define RTX_EXPR_LAST (RTX_UNARY) extern const unsigned char rtx_length[NUM_RTX_CODE]; #define GET_RTX_LENGTH(CODE) (rtx_length[(int) (CODE)])