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:
Dan Gohman 2008-03-12 00:25:14 +00:00
parent 75092de483
commit 38459f01c0

View File

@ -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