* Merged with df1b780317c3.
[cacao.git] / src / vm / jit / codegen-common.c
index d344d15327085397f456dd892b6727fa5d5c7157..e511a4a20e05d267d9be054b98b0d3b2d82b9e33 100644 (file)
@@ -1776,7 +1776,7 @@ void codegen_emit_phi_moves(jitdata *jd, basicblock *bptr)
                        if (compileverbose)
                                printf("...returning - phi lifetimes where joined\n");
 #endif
-                       return;
+                       continue;
                }
 
                if (s->type == -1) {
@@ -1784,7 +1784,7 @@ void codegen_emit_phi_moves(jitdata *jd, basicblock *bptr)
                        if (compileverbose)
                                printf("...returning - phi lifetimes where joined\n");
 #endif
-                       return;
+                       continue;
                }
 
                tmp_i.opc = 0;