]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
minor tweak.
authorMike Stump <mrs@gcc.gnu.org>
Fri, 6 May 1994 09:02:42 +0000 (09:02 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 6 May 1994 09:02:42 +0000 (09:02 +0000)
From-SVN: r7220

gcc/expr.c

index 61fe3c1dee48b7b012d21d80981e698f4edbee82..ed1f1f9f004cc1b0179bea8c281986e294573607 100644 (file)
@@ -5597,9 +5597,11 @@ expand_expr (exp, target, tmode, modifier)
                if (TREE_OPERAND (exp, 2) == 0)
                  TREE_OPERAND (exp, 2) = maybe_build_cleanup (slot);
                if (TREE_OPERAND (exp, 2))
-                 cleanups_this_call = tree_cons (NULL_TREE,
-                                                 TREE_OPERAND (exp, 2),
-                                                 cleanups_this_call);
+                 {
+                   cleanups_this_call = tree_cons (NULL_TREE,
+                                                   TREE_OPERAND (exp, 2),
+                                                   cleanups_this_call);
+                 }
              }
          }
        else