aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/multiple-return-values.ll (renamed from test/CodeGen/Generic/multiple-return-values.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/multiple-return-values.ll b/test/CodeGen/X86/multiple-return-values.ll
index 5f2e7f9..2e754a8 100644
--- a/test/CodeGen/Generic/multiple-return-values.ll
+++ b/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