DEBSOURCES
Skip Quicknav
sources / llvm / 2.2-12 / test / Transforms / ADCE / 2003-09-15-InfLoopCrash.ll
12345678
; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output int %main() { br label %loop loop: br label %loop }