blob: c61bd6d385efa6f985ef9ef5dad1fcebc3ef2644 [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output
int %main() {
br label %loop
loop:
br label %loop
}