genattrtab.c (NULL_ATTR): Remove.
* genattrtab.c (NULL_ATTR): Remove. * ifcvt.c (NULL_EDGE): Likewise. From-SVN: r98086
This commit is contained in:
parent
f0e4ea10f9
commit
fddc29b17b
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user