summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-03-12 00:25:14 +0000
committerDan Gohman <gohman@apple.com>2008-03-12 00:25:14 +0000
commit35f8f07c00c3c52dd431164e18128f93b693f258 (patch)
tree3cc9237ba5fcdcfe891cee4a65756bbe7320226e /llvm
parentb28456ef18debdeda844c7242dde929b26e405a8 (diff)
downloadbcm5719-llvm-35f8f07c00c3c52dd431164e18128f93b693f258.tar.gz
bcm5719-llvm-35f8f07c00c3c52dd431164e18128f93b693f258.zip
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
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/multiple-return-values.ll (renamed from llvm/test/CodeGen/Generic/multiple-return-values.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/multiple-return-values.ll b/llvm/test/CodeGen/X86/multiple-return-values.ll
index 5f2e7f921e4..2e754a8febc 100644
--- a/llvm/test/CodeGen/Generic/multiple-return-values.ll
+++ b/llvm/test/CodeGen/X86/multiple-return-values.ll
@@ -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
OpenPOWER on IntegriCloud