mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
New testcase, distilled from PR324
llvm-svn: 13079
This commit is contained in:
parent
3727c760ed
commit
7e6c6c85b9
@ -0,0 +1,12 @@
|
||||
; RUN: llvm-as < %s | opt -inline -prune-eh -disable-output
|
||||
|
||||
implementation
|
||||
|
||||
linkonce void %caller() {
|
||||
call void %callee()
|
||||
ret void
|
||||
}
|
||||
|
||||
linkonce void %callee() {
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user