* tree-ssa-pre.c (has_abnormal_preds): Make it static.

From-SVN: r96019
This commit is contained in:
Kazu Hirata 2005-03-07 14:02:38 +00:00 committed by Kazu Hirata
parent 2e56d969e9
commit d4222d4347
2 changed files with 3 additions and 1 deletions

View file

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

View file

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