llvm-6502/test/Transforms/ADCE/2002-07-29-Segfault.ll

10 lines
89 B
LLVM
Raw Normal View History

; RUN: as < %s | opt -adce
void "test"()
begin
br label %BB3
BB3:
br label %BB3
end