mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
c072619922
llvm-svn: 47793
10 lines
139 B
LLVM
10 lines
139 B
LLVM
; RUN: llvm-as < %s | opt -adce
|
|
|
|
define void @test() {
|
|
br label %BB3
|
|
|
|
BB3: ; preds = %BB3, %0
|
|
br label %BB3
|
|
}
|
|
|