mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
old testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b8d3fd0390
commit
ecfecfe114
12
test/Transforms/FunctionResolve/2003-06-18-TypePromotion.ll
Normal file
12
test/Transforms/FunctionResolve/2003-06-18-TypePromotion.ll
Normal file
@ -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