diff --git a/llvm/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll b/llvm/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll index d072dc37bccc..42ccf6db0fe5 100644 --- a/llvm/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll +++ b/llvm/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 ; define void @test1(i8** %a, i64* %b, i64 %c, i64 %d) nounwind {