diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-04-30 22:45:20 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-04-30 22:45:20 +0000 |
commit | 6c84fdeb9c1b00a26e200ed1062cc89876761a05 (patch) | |
tree | a74ff580ec19004267851f050834b436c9a97e83 /test/CodeGen/X86 | |
parent | acbfc157d215214bb994f4aabd08107f709b8fd4 (diff) | |
download | external_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/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll | 2 |
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 { |