* tree-ssa-ccp.c (const_val): Make it static.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 30 May 2005 15:23:54 +0000 (15:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 30 May 2005 15:23:54 +0000 (15:23 +0000)
From-SVN: r100361

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

index 8a1f571f87ff8d3f3856d1e053b5c511604ec44a..0aac9693e61132c9a436174d57ef8862cf6de1a3 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * tree-ssa-ccp.c (const_val): Make it static.
+
 2005-05-29  Geoffrey Keating  <geoffk@apple.com>
 
        PR target/21761
index f3db346bf6bdc10b17ee4b5609e2ca421792d645..47709d01abaac41d3db4ee9dcdc7011ffa4f3ee6 100644 (file)
@@ -228,7 +228,7 @@ typedef enum
    (i.e., a V_MAY_DEF or V_MUST_DEF), CONST_VAL[I].MEM_REF will
    contain the actual memory reference used to store (i.e., the LHS of
    the assignment doing the store).  */
-prop_value_t *const_val;
+static prop_value_t *const_val;
 
 /* True if we are also propagating constants in stores and loads.  */
 static bool do_store_ccp;