mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
55bfdf9f86
llvm-svn: 9408
10 lines
94 B
LLVM
10 lines
94 B
LLVM
; RUN: llvm-as < %s | opt -adce
|
|
|
|
void "test"()
|
|
begin
|
|
br label %BB3
|
|
|
|
BB3:
|
|
br label %BB3
|
|
end
|