From cda351e1b34cce22ecc96c2cbe3c1b40adcc4008 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Tue, 22 Jun 2010 20:54:03 +0000 Subject: Add SSE so these actually pass on non-X86 hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106575 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/v-binop-widen2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/v-binop-widen2.ll') diff --git a/test/CodeGen/X86/v-binop-widen2.ll b/test/CodeGen/X86/v-binop-widen2.ll index fa4eb49dd6..ae3f55a316 100644 --- a/test/CodeGen/X86/v-binop-widen2.ll +++ b/test/CodeGen/X86/v-binop-widen2.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 < %s | FileCheck %s +; RUN: llc -march=x86 -mattr=+sse < %s | FileCheck %s %vec = type <6 x float> ; CHECK: divss -- cgit v1.2.3