From: Richard Kenner Date: Wed, 24 Nov 2004 20:43:44 +0000 (-0500) Subject: Fix indentation on line 3063. X-Git-Tag: releases/gcc-4.0.0~2746 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=317c0092a691df6b3f3c48f37a1b3679826e13e5;p=thirdparty%2Fgcc.git Fix indentation on line 3063. From-SVN: r91194 --- diff --git a/gcc/gimplify.c b/gcc/gimplify.c index e26868f9d195..c6256fa7ac7a 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -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 same type. */ 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), build_fold_addr_expr (TREE_OPERAND (op0, 0)));