]> gcc.gnu.org Git - gcc.git/commitdiff
Fix indentation on line 3063.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 24 Nov 2004 20:43:44 +0000 (15:43 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 24 Nov 2004 20:43:44 +0000 (15:43 -0500)
From-SVN: r91194

gcc/gimplify.c

index e26868f9d1950106dd59c26e09122a41f8e1f44c..c6256fa7ac7a2681c7d25c4f20ae6eb7eaca16e5 100644 (file)
@@ -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)));
This page took 0.071362 seconds and 5 git commands to generate.