From: Bill Wendling Date: Fri, 30 Apr 2010 23:19:29 +0000 (+0000) Subject: Maybe it needs sse2? X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1c2d7f11960c91f59a93210870df48d473c83eb1;p=oota-llvm.git Maybe it needs sse2? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102802 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll b/test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll index 42ccf6db0fe..4e5597668cc 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 -march=x86-64 -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+sse2 -mtriple=x86_64-apple-darwin -disable-mmx | FileCheck %s ; define void @test1(i8** %a, i64* %b, i64 %c, i64 %d) nounwind {