mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 00:18:06 +00:00
7e200cfaee
llvm-svn: 8096
13 lines
156 B
Plaintext
13 lines
156 B
Plaintext
; RUN: as < %s | llc -march=x86
|
|
|
|
implementation
|
|
|
|
void %test() {
|
|
entry: ret void
|
|
Test: ; dead block!
|
|
call void %test()
|
|
call void %test()
|
|
ret void
|
|
}
|
|
|