* genattrtab.c (NULL_ATTR): Remove.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2005 14:39:28 +0000 (14:39 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2005 14:39:28 +0000 (14:39 +0000)
* ifcvt.c (NULL_EDGE): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98086 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/genattrtab.c
gcc/ifcvt.c

index cdc2df9..8212831 100644 (file)
@@ -3,6 +3,9 @@
        * basic-block.h, tree-ssa-uncprop.c, varasm.c,
        config/i386/sse.md: Fix comment typos.
 
+       * genattrtab.c (NULL_ATTR): Remove.
+       * ifcvt.c (NULL_EDGE): Likewise.
+
 2005-04-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
index e454667..a45986c 100644 (file)
@@ -189,8 +189,6 @@ struct attr_desc
   unsigned static_p    : 1;    /* Make the output function static.  */
 };
 
-#define NULL_ATTR (struct attr_desc *) NULL
-
 /* Structure for each DEFINE_DELAY.  */
 
 struct delay_desc
index 7a934ee..8801b8f 100644 (file)
@@ -66,7 +66,6 @@
 #define MAX_CONDITIONAL_EXECUTE   (BRANCH_COST + 1)
 #endif
 
-#define NULL_EDGE      ((edge) NULL)
 #define NULL_BLOCK     ((basic_block) NULL)
 
 /* # of IF-THEN or IF-THEN-ELSE blocks we looked at  */