mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Testcase for call instruction
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4890 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92ae6c23f1
commit
ac676bef50
7
test/ExecutionEngine/test-call.ll
Normal file
7
test/ExecutionEngine/test-call.ll
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
declare void %foo()
|
||||
|
||||
void %test1() {
|
||||
call void %foo()
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user