blob: c61bd6d385efa6f985ef9ef5dad1fcebc3ef2644 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output
2
3int %main() {
4 br label %loop
5
6loop:
7 br label %loop
8}