From 513d19b6a122219967d7671710488659d3e4a00d Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 15 Mar 2006 18:05:13 +0000 Subject: Also requires -mattr=-sse3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26778 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/fp-immediate-shorten.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/fp-immediate-shorten.ll') diff --git a/test/CodeGen/X86/fp-immediate-shorten.ll b/test/CodeGen/X86/fp-immediate-shorten.ll index 966bf78750..c20a2e8d58 100644 --- a/test/CodeGen/X86/fp-immediate-shorten.ll +++ b/test/CodeGen/X86/fp-immediate-shorten.ll @@ -1,5 +1,5 @@ ;; Test that this FP immediate is stored in the constant pool as a float. -; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2 | grep '.long.1123418112' +; RUN: llvm-as < %s | llc -march=x86 -mattr=-sse2,-sse3 | grep '.long.1123418112' double %D() { ret double 123.0 } -- cgit v1.2.3