OSDN Git Service

* tree-ssa-pre.c (has_abnormal_preds): Make it static.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 2005 14:02:38 +0000 (14:02 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 2005 14:02:38 +0000 (14:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96019 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5caa4ca..719b838 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 f4488a7..0f89bed 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.