mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 19:20:28 +00:00
4572ce85b0
llvm-svn: 33296
13 lines
190 B
Plaintext
13 lines
190 B
Plaintext
; RUN: llvm-upgrade < %s | llvm-as | opt -inline -prune-eh -disable-output
|
|
|
|
implementation
|
|
|
|
linkonce void %caller() {
|
|
call void %callee()
|
|
ret void
|
|
}
|
|
|
|
linkonce void %callee() {
|
|
ret void
|
|
}
|