Commit d4222d43 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r96019
parent 2e56d969
......@@ -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.
......
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