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:
Dan Gohman 2008-03-12 00:25:14 +00:00
parent b28456ef18
commit 35f8f07c00
1 changed files with 1 additions and 1 deletions

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