mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
old testcase
llvm-svn: 8967
This commit is contained in:
parent
aca333bd44
commit
c9222aa60a
@ -0,0 +1,12 @@
|
||||
; RUN: llvm-as < %s | opt -funcresolve | dis | not grep declare
|
||||
|
||||
declare void %test(int)
|
||||
|
||||
int %callee(int %X) {
|
||||
call void %test(int %X)
|
||||
ret int 2
|
||||
}
|
||||
|
||||
internal void %test(sbyte) {
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user