From bb6b961867cdb012be44fd6e57975f4108abefed Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Fri, 1 Oct 2010 04:17:55 +0000 Subject: Mark all these as needing SSE2. Should fix PPC and maybe even Linux. llvm-svn: 115291 --- llvm/test/CodeGen/X86/fast-isel-bc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/fast-isel-bc.ll') diff --git a/llvm/test/CodeGen/X86/fast-isel-bc.ll b/llvm/test/CodeGen/X86/fast-isel-bc.ll index db846889d8f..4abc3b5b3c8 100644 --- a/llvm/test/CodeGen/X86/fast-isel-bc.ll +++ b/llvm/test/CodeGen/X86/fast-isel-bc.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -O0 -regalloc=linearscan -march=x86-64 -mattr=+mmx | FileCheck %s +; RUN: llc < %s -O0 -regalloc=linearscan -march=x86-64 -mattr=+mmx,+sse2 | FileCheck %s ; PR4684 target datalayout = -- cgit v1.2.3