* tree-ssa-pre.c (has_abnormal_preds): Make it static.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 7 Mar 2005 14:02:38 +0000 (14:02 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 7 Mar 2005 14:02:38 +0000 (14:02 +0000)
From-SVN: r96019

gcc/ChangeLog
gcc/tree-ssa-pre.c

index 5caa4ca87f1b24f50b66024ae3640fee3d9ad6ca..719b838734ecd67397b51c8140a987d1b11ff58a 100644 (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.
index f4488a72dc8282516e47b19545a4ef279f2074ca..0f89bed06d42634ac1d7bc5efd77f4ea4e7f041c 100644 (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.