diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-07-20 09:08:55 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-07-20 09:08:55 -0400 |
commit | 0189a68ad39868ba382c19b7e59d218bdfac373f (patch) | |
tree | b4bd8c59727383e0953a790d8f3fe18704f9944b /gcc | |
parent | 5f3c8996f55151acfc94f4507ade5115719b1ae2 (diff) | |
download | gcc-0189a68ad39868ba382c19b7e59d218bdfac373f.zip gcc-0189a68ad39868ba382c19b7e59d218bdfac373f.tar.gz gcc-0189a68ad39868ba382c19b7e59d218bdfac373f.tar.bz2 |
Fix formatting.
From-SVN: r12540
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 3d8e766..3878e8b 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -1227,7 +1227,7 @@ assemble_variable (decl, top_level, at_end, dont_output_data) /* This is better than explicit arithmetic, since it avoids overflow. */ size_tree = size_binop (CEIL_DIV_EXPR, - DECL_SIZE (decl), size_int (BITS_PER_UNIT)); + DECL_SIZE (decl), size_int (BITS_PER_UNIT)); if (TREE_INT_CST_HIGH (size_tree) != 0) { |