Commit 317c0092 by Richard Kenner

Fix indentation on line 3063.

From-SVN: r91194
parent d4d3aad9
...@@ -3061,7 +3061,7 @@ gimplify_addr_expr (tree *expr_p, tree *pre_p, tree *post_p) ...@@ -3061,7 +3061,7 @@ gimplify_addr_expr (tree *expr_p, tree *pre_p, tree *post_p)
guarantees that the ADDR_EXPR and its operand will remain of the guarantees that the ADDR_EXPR and its operand will remain of the
same type. */ same type. */
if (tree_ssa_useless_type_conversion (TREE_OPERAND (op0, 0))) if (tree_ssa_useless_type_conversion (TREE_OPERAND (op0, 0)))
op0 = TREE_OPERAND (op0, 0); op0 = TREE_OPERAND (op0, 0);
*expr_p = fold_convert (TREE_TYPE (expr), *expr_p = fold_convert (TREE_TYPE (expr),
build_fold_addr_expr (TREE_OPERAND (op0, 0))); build_fold_addr_expr (TREE_OPERAND (op0, 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