mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
3178b8abbc
llvm-svn: 8536
9 lines
104 B
LLVM
9 lines
104 B
LLVM
; RUN: llvm-as < %s | opt -adce -disable-output
|
|
|
|
int %main() {
|
|
br label %loop
|
|
|
|
loop:
|
|
br label %loop
|
|
}
|