summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-10-29 19:43:44 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-10-29 19:43:44 +0000
commit932de2bc86d0b8e4f924f8eba12040d2dc4745e5 (patch)
tree03352441907fca61afaf7fc7fe0be69721a9e360 /llvm/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll
parentff91dd9f07fddda9f1bdf77c530f0cbf13fe9e6b (diff)
downloadbcm5719-llvm-932de2bc86d0b8e4f924f8eba12040d2dc4745e5.tar.gz
bcm5719-llvm-932de2bc86d0b8e4f924f8eba12040d2dc4745e5.zip
Force SSE for this test.
llvm-svn: 143291
Diffstat (limited to 'llvm/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll')
-rw-r--r--llvm/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll b/llvm/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll
index c828b4b0af3..8c09d97f08d 100644
--- a/llvm/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll
+++ b/llvm/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 -fast-isel < %s | FileCheck %s
+; RUN: llc -march=x86 -fast-isel -mattr=+sse < %s | FileCheck %s
; <rdar://problem/10215997>
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32-S128"
target triple = "i386-apple-macosx10.7"
OpenPOWER on IntegriCloud