Give function a return type
[libfirm] / ir / be / bespillremat.c
index a0097aa..8fe7d69 100644 (file)
@@ -2467,7 +2467,8 @@ skip_one_must_die:
                                }
                        }
                }
-next_live:
+       /* if the semicolon is missing, the microsoft compiler complains */
+next_live: ;
        }
 
        del_pset(live);