missing break added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 10 Mar 2006 12:06:17 +0000 (12:06 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 10 Mar 2006 12:06:17 +0000 (12:06 +0000)
[r7431]

ir/lower/lower_calls.c

index a5c1bb5..a66bfa1 100644 (file)
@@ -248,6 +248,7 @@ static void fix_args_and_collect_calls(ir_node *n, void *ctx) {
            * might be ignored, we must put it in the list.
            */
           (void)get_Call_entry(n, env);
+          break;
         }
       }
     }