]> gcc.gnu.org Git - gcc.git/commitdiff
* rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 13 Apr 2005 14:42:12 +0000 (14:42 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 13 Apr 2005 14:42:12 +0000 (14:42 +0000)
From-SVN: r98087

gcc/ChangeLog
gcc/rtl.h

index 82128314f03458bc8c30dfa925f022a1d2d99867..32f79fa45c87dca0878c458d8c257ccfdb422fe9 100644 (file)
@@ -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  <ebotcazou@libertysurf.fr>
 
        * configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
index d7bef0fc97b477b57e957abd24cf7dee64c71357..6c25944d5386eeb6d5ce6d7fdc41b79d9e27c62b 100644 (file)
--- 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)])
This page took 0.075655 seconds and 5 git commands to generate.