diff options
author | Jan Hubicka <jh@suse.cz> | 2012-05-19 11:49:47 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2012-05-19 09:49:47 +0000 |
commit | c44c2088f77877c43b110c508bbfec492ba487a7 (patch) | |
tree | bb72d53e69f1fe6cb1c4cad585a0b19bdc16980d /gcc/gimple.h | |
parent | c80c1ce9510e2840d036d6a5e9b035a659701c41 (diff) | |
download | gcc-c44c2088f77877c43b110c508bbfec492ba487a7.zip gcc-c44c2088f77877c43b110c508bbfec492ba487a7.tar.gz gcc-c44c2088f77877c43b110c508bbfec492ba487a7.tar.bz2 |
cgraphbuild.c (record_reference): Update.
* cgraphbuild.c (record_reference): Update.
* lto-cgraph.c (lto_output_varpool_node): External vars
are not in other partition even if they are not output
in current partition.
* gimple-fold.c (can_refer_decl_in_current_unit_p): Take FROM_DECL
argument; fix.
(canonicalize_constructor_val): Take FROM_DECL argument.
(fold_ctor_reference, fold_string_cst_ctor_reference,
fold_array_ctor_reference, fold_nonarray_ctor_reference,
fold_ctor_reference): Likewise.
(fold_const_aggregate_ref_1, gimple_get_virt_method_for_binfo): Update.
* gimple.h (gimple_fold_builtin): Likewise.
From-SVN: r187678
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r-- | gcc/gimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h index 2b10f1a..aefccaa 100644 --- a/gcc/gimple.h +++ b/gcc/gimple.h @@ -5315,7 +5315,7 @@ tree gimple_fold_builtin (gimple); bool fold_stmt (gimple_stmt_iterator *); bool fold_stmt_inplace (gimple_stmt_iterator *); tree get_symbol_constant_value (tree); -tree canonicalize_constructor_val (tree); +tree canonicalize_constructor_val (tree, tree); extern tree maybe_fold_and_comparisons (enum tree_code, tree, tree, enum tree_code, tree, tree); extern tree maybe_fold_or_comparisons (enum tree_code, tree, tree, |