sparc: Add support for Conds where selector is not a Cmp.
[libfirm] / ir / be / becopystat.c
index 1c36a17..c8e3070 100644 (file)
@@ -108,7 +108,7 @@ enum vals_t {
 /**
  * Holds current values. Values are added till next copystat_reset
  */
-int curr_vals[ASIZE];
+static int curr_vals[ASIZE];
 
 static ir_nodeset_t *all_phi_nodes;
 static ir_nodeset_t *all_copy_nodes;