forked from OSchip/llvm-project
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. llvm-svn: 48265
This commit is contained in:
parent
b28456ef18
commit
35f8f07c00
|
@ -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