* tree-ssa-pre.c (has_abnormal_preds): Make it static.
From-SVN: r96019
This commit is contained in:
parent
2e56d969e9
commit
d4222d4347
2 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@
|
|||
* stor-layout.c (set_alignment): Remove.
|
||||
* tree.h: Remove the corresponding prototype.
|
||||
|
||||
* tree-ssa-pre.c (has_abnormal_preds): Make it static.
|
||||
|
||||
2005-03-07 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
|
||||
* config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
|
||||
|
|
|
@ -1103,7 +1103,7 @@ clean (value_set_t set)
|
|||
}
|
||||
|
||||
DEF_VEC_MALLOC_P (basic_block);
|
||||
sbitmap has_abnormal_preds;
|
||||
static sbitmap has_abnormal_preds;
|
||||
|
||||
/* Compute the ANTIC set for BLOCK.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue