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
|
|
}
|