hanchenye-llvm-project/llvm/test/Regression/Transforms/ADCE/2002-07-29-Segfault.ll

10 lines
89 B
LLVM

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