aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2006-07-13 22:49:34 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2006-07-13 20:49:34 +0000
commit88d03811f89e6e0b1f63bdc7f61d9380645b1adf (patch)
treedf24029698d70c331756451ec077b8551bb844f7 /gcc/varasm.c
parent56dbe89df5a64529d4dffff48e2ed38d4c90aba7 (diff)
downloadgcc-88d03811f89e6e0b1f63bdc7f61d9380645b1adf.zip
gcc-88d03811f89e6e0b1f63bdc7f61d9380645b1adf.tar.gz
gcc-88d03811f89e6e0b1f63bdc7f61d9380645b1adf.tar.bz2
cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.
* cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable. * output.h (align_variable): Declare. * varasm.c (align_variable): Export. * value-prof.c (tree_value_profile_transformations): Recompute iterator when basic block changed. From-SVN: r115421
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index a10d954..9dcc3b4 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -834,7 +834,7 @@ bss_initializer_p (tree decl)
/* Compute the alignment of variable specified by DECL.
DONT_OUTPUT_DATA is from assemble_variable. */
-static void
+void
align_variable (tree decl, bool dont_output_data)
{
unsigned int align = DECL_ALIGN (decl);