mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 09:54:16 +08:00
Fix formatting.
From-SVN: r12540
This commit is contained in:
parent
5f3c8996f5
commit
0189a68ad3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user