Commit 404f4351 by Kazu Hirata Committed by Kazu Hirata

* tree-ssa-ccp.c (const_val): Make it static.

From-SVN: r100361
parent d83d092e
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> 2005-05-29 Geoffrey Keating <geoffk@apple.com>
PR target/21761 PR target/21761
......
...@@ -228,7 +228,7 @@ typedef enum ...@@ -228,7 +228,7 @@ typedef enum
(i.e., a V_MAY_DEF or V_MUST_DEF), CONST_VAL[I].MEM_REF will (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 contain the actual memory reference used to store (i.e., the LHS of
the assignment doing the store). */ 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. */ /* True if we are also propagating constants in stores and loads. */
static bool do_store_ccp; static bool do_store_ccp;
......
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