1 2 3 4 5 6 7 8
; RUN: llvm-as < %s | opt -adce -disable-output int %main() { br label %loop loop: br label %loop }