Commit 99c09897 by Richard Henderson Committed by Richard Henderson

tree-flow.h (merge_alias_info): Declare.

        * tree-flow.h (merge_alias_info): Declare.
        * tree-ssa-copy.c (merge_alias_info): Export.
        * tree-vect-transform.c (vect_create_index_for_vector_ref): Remove.
        (vect_create_data_ref_ptr): Use create_iv directly.
        (vectorizable_load): Use correct types for integer constants.
        (vect_generate_tmps_on_preheader): Likewise.
        (vect_gen_niters_for_prolog_loop): Likewise.

From-SVN: r104418
parent 31c304ba
2005-09-19 Richard Henderson <rth@redhat.com>
* tree-flow.h (merge_alias_info): Declare.
* tree-ssa-copy.c (merge_alias_info): Export.
* tree-vect-transform.c (vect_create_index_for_vector_ref): Remove.
(vect_create_data_ref_ptr): Use create_iv directly.
(vectorizable_load): Use correct types for integer constants.
(vect_generate_tmps_on_preheader): Likewise.
(vect_gen_niters_for_prolog_loop): Likewise.
2005-09-19 Steven Bosscher <stevenb@suse.de>
PR rtl-optimization/23943
......
......@@ -669,6 +669,7 @@ extern void debug_dominator_optimization_stats (void);
int loop_depth_of_name (tree);
/* In tree-ssa-copy.c */
extern void merge_alias_info (tree, tree);
extern void propagate_value (use_operand_p, tree);
extern void propagate_tree_value (tree *, tree);
extern void replace_exp (use_operand_p, tree);
......
......@@ -165,7 +165,7 @@ may_propagate_copy_into_asm (tree dest)
propagating NEW into ORIG, consolidate aliasing information so that
they both share the same memory tags. */
static void
void
merge_alias_info (tree orig, tree new)
{
tree new_sym = SSA_NAME_VAR (new);
......
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