aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-04-30 22:45:20 +0000
committerBill Wendling <isanbard@gmail.com>2010-04-30 22:45:20 +0000
commit6c84fdeb9c1b00a26e200ed1062cc89876761a05 (patch)
treea74ff580ec19004267851f050834b436c9a97e83 /test
parentacbfc157d215214bb994f4aabd08107f709b8fd4 (diff)
downloadexternal_llvm-6c84fdeb9c1b00a26e200ed1062cc89876761a05.zip
external_llvm-6c84fdeb9c1b00a26e200ed1062cc89876761a05.tar.gz
external_llvm-6c84fdeb9c1b00a26e200ed1062cc89876761a05.tar.bz2
Force 64-bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll b/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll
index d072dc3..42ccf6d 100644
--- a/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll
+++ b/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s
; <rdar://problem/7897988>
define void @test1(i8** %a, i64* %b, i64 %c, i64 %d) nounwind {