Commit 978fb452 by Kazu Hirata Committed by Kazu Hirata

* rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove.

From-SVN: r98087
parent fddc29b1
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* genattrtab.c (NULL_ATTR): Remove. * genattrtab.c (NULL_ATTR): Remove.
* ifcvt.c (NULL_EDGE): Likewise. * ifcvt.c (NULL_EDGE): Likewise.
* rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove.
2005-04-13 Eric Botcazou <ebotcazou@libertysurf.fr> 2005-04-13 Eric Botcazou <ebotcazou@libertysurf.fr>
* configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf. * configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
......
...@@ -90,8 +90,6 @@ enum rtx_class { ...@@ -90,8 +90,6 @@ enum rtx_class {
#define RTX_COMMUTATIVE_MASK (~2) #define RTX_COMMUTATIVE_MASK (~2)
#define RTX_COMMUTATIVE_RESULT (RTX_COMM_COMPARE & RTX_COMMUTATIVE_MASK) #define RTX_COMMUTATIVE_RESULT (RTX_COMM_COMPARE & RTX_COMMUTATIVE_MASK)
#define RTX_NON_COMMUTATIVE_RESULT (RTX_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]; extern const unsigned char rtx_length[NUM_RTX_CODE];
#define GET_RTX_LENGTH(CODE) (rtx_length[(int) (CODE)]) #define GET_RTX_LENGTH(CODE) (rtx_length[(int) (CODE)])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment