1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/test/Transforms/ADCE/2002-07-29-Segfault.ll
2008-03-01 09:15:35 +00:00

10 lines
139 B
LLVM

; RUN: llvm-as < %s | opt -adce
define void @test() {
br label %BB3
BB3: ; preds = %BB3, %0
br label %BB3
}