added semicolon after label
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 1 Aug 2006 10:47:50 +0000 (10:47 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 1 Aug 2006 10:47:50 +0000 (10:47 +0000)
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);