summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-bc.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-10-01 04:17:55 +0000
committerDale Johannesen <dalej@apple.com>2010-10-01 04:17:55 +0000
commitbb6b961867cdb012be44fd6e57975f4108abefed (patch)
treee71b4add7daafa69a4730975e0048e5a5fddd5ce /llvm/test/CodeGen/X86/fast-isel-bc.ll
parent878eaf188c8224bd7bc3f197bc7bfc051ee28e6f (diff)
downloadbcm5719-llvm-bb6b961867cdb012be44fd6e57975f4108abefed.tar.gz
bcm5719-llvm-bb6b961867cdb012be44fd6e57975f4108abefed.zip
Mark all these as needing SSE2. Should fix PPC and
maybe even Linux. llvm-svn: 115291
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-bc.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-bc.ll2
1 files changed, 1 insertions, 1 deletions
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 =
OpenPOWER on IntegriCloud