Commit fddc29b1 by Kazu Hirata Committed by Kazu Hirata

genattrtab.c (NULL_ATTR): Remove.

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

From-SVN: r98086
parent f0e4ea10
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
* basic-block.h, tree-ssa-uncprop.c, varasm.c, * basic-block.h, tree-ssa-uncprop.c, varasm.c,
config/i386/sse.md: Fix comment typos. 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> 2005-04-13 Eric Botcazou <ebotcazou@libertysurf.fr>
* configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf. * configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
......
...@@ -189,8 +189,6 @@ struct attr_desc ...@@ -189,8 +189,6 @@ struct attr_desc
unsigned static_p : 1; /* Make the output function static. */ unsigned static_p : 1; /* Make the output function static. */
}; };
#define NULL_ATTR (struct attr_desc *) NULL
/* Structure for each DEFINE_DELAY. */ /* Structure for each DEFINE_DELAY. */
struct delay_desc struct delay_desc
......
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
#define MAX_CONDITIONAL_EXECUTE (BRANCH_COST + 1) #define MAX_CONDITIONAL_EXECUTE (BRANCH_COST + 1)
#endif #endif
#define NULL_EDGE ((edge) NULL)
#define NULL_BLOCK ((basic_block) NULL) #define NULL_BLOCK ((basic_block) NULL)
/* # of IF-THEN or IF-THEN-ELSE blocks we looked at */ /* # of IF-THEN or IF-THEN-ELSE blocks we looked at */
......
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