Force 64-bit.
authorBill Wendling <isanbard@gmail.com>
Fri, 30 Apr 2010 22:45:20 +0000 (22:45 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 30 Apr 2010 22:45:20 +0000 (22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102800 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll

index d072dc37bccce2d79a050d5bd25c4d22c865578c..42ccf6db0fe56c85e28915ed0aa238d99c3963d5 100644 (file)
@@ -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 {