Commit 0189a68a by Richard Kenner

Fix formatting.

From-SVN: r12540
parent 5f3c8996
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment