genattrtab.c (NULL_ATTR): Remove.

* genattrtab.c (NULL_ATTR): Remove.
	* ifcvt.c (NULL_EDGE): Likewise.

From-SVN: r98086
This commit is contained in:
Kazu Hirata 2005-04-13 14:39:28 +00:00 committed by Kazu Hirata
parent f0e4ea10f9
commit fddc29b17b
3 changed files with 3 additions and 3 deletions

View 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.

View 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

View 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 */