mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
Make this test x86-specific for now; targets that don't use
the automated CallingConv code to handle return values typically don't support multiple return values. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75092de483
commit
38459f01c0
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc
|
||||
; RUN: llvm-as < %s | llc -march=x86
|
||||
|
||||
define {i64, float} @bar(i64 %a, float %b) {
|
||||
%y = add i64 %a, 7
|
Loading…
Reference in New Issue
Block a user