* ifcvt.c (NULL_EDGE): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98086
138bc75d-0d04-0410-961f-
82ee72b054a4
* 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.
unsigned static_p : 1; /* Make the output function static. */
};
-#define NULL_ATTR (struct attr_desc *) NULL
-
/* Structure for each DEFINE_DELAY. */
struct delay_desc
#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 */