diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-19 09:02:23 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-09-19 09:02:23 +0000 |
commit | b35070fead178a918238436d8f6a4d9fc11a0acf (patch) | |
tree | db3402f5e04f2e7db9f2e2948eba825bee448002 /gcc/tree-ssa-copy.c | |
parent | 5f55f73646a8a4fe1bbba4f30081b323c3185379 (diff) | |
download | gcc-b35070fead178a918238436d8f6a4d9fc11a0acf.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104418 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-copy.c')
-rw-r--r-- | gcc/tree-ssa-copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-copy.c b/gcc/tree-ssa-copy.c index d94b1b0f22e..47ac55f3b5f 100644 --- a/gcc/tree-ssa-copy.c +++ b/gcc/tree-ssa-copy.c @@ -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); |