From a928e8b8b2b46f209510a8ca67e731435c48a2d2 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Sun, 23 Sep 2007 14:58:14 +0000 Subject: [PATCH] Implementation of +sse -sse2 has changed; add -sse to preserve intent of this test. llvm-svn: 42247 --- test/CodeGen/X86/fabs.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/X86/fabs.ll b/test/CodeGen/X86/fabs.ll index 4b588620f94..fd7585bdb93 100644 --- a/test/CodeGen/X86/fabs.ll +++ b/test/CodeGen/X86/fabs.ll @@ -1,8 +1,8 @@ ; Make sure this testcase codegens to the fabs instruction, not a call to fabsf -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | \ +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3,-sse | \ ; RUN: grep fabs\$ | count 1 ; RUN: llvm-upgrade < %s | llvm-as | \ -; RUN: llc -march=x86 -mattr=-sse2,-sse3 -enable-unsafe-fp-math | \ +; RUN: llc -march=x86 -mattr=-sse,-sse2,-sse3 -enable-unsafe-fp-math | \ ; RUN: grep fabs\$ | count 2 target endian = little