]> gcc.gnu.org Git - gcc.git/commitdiff
(preexpand_calls): Don't look past a CLEANUP_POINT_EXPR.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 26 Jul 1995 13:09:44 +0000 (09:09 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 26 Jul 1995 13:09:44 +0000 (09:09 -0400)
From-SVN: r10165

gcc/expr.c

index aaa84b65a90804eeb219472709b35a9098c73a79..421f9423663e697633467c44a68469956594eb23 100644 (file)
@@ -8665,6 +8665,7 @@ preexpand_calls (exp)
     case BLOCK:
     case RTL_EXPR:
     case WITH_CLEANUP_EXPR:
+    case CLEANUP_POINT_EXPR:
       return;
 
     case SAVE_EXPR:
This page took 0.072901 seconds and 5 git commands to generate.