mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-15 07:33:18 +00:00
returning an empty multiple return list is not valid.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4cde4ec81
commit
7e4687a9f2
@ -1,8 +1,8 @@
|
||||
; RUN: llvm-as < %s -o /dev/null -f
|
||||
|
||||
define void @test() {
|
||||
call {} @foo()
|
||||
call {i32} @foo()
|
||||
ret void
|
||||
}
|
||||
|
||||
declare {} @foo()
|
||||
declare {i32 } @foo()
|
||||
|
Loading…
x
Reference in New Issue
Block a user