From 932de2bc86d0b8e4f924f8eba12040d2dc4745e5 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 29 Oct 2011 19:43:44 +0000 Subject: [PATCH] Force SSE for this test. llvm-svn: 143291 --- llvm/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c828b4b0af3f..8c09d97f08d2 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 ; 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"