1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Transforms/ADCE/2002-07-29-Segfault.ll

10 lines
142 B
LLVM
Raw Normal View History

; RUN: opt %s -adce -disable-output
2002-07-29 21:02:49 +02:00
define void @test() {
br label %BB3
BB3: ; preds = %BB3, %0
br label %BB3
}
2002-07-29 21:02:49 +02:00