From 1315f80ea831fa6cb8f09492751c36cbc56c5014 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Tue, 18 Nov 2008 09:15:03 +0000 Subject: Reapply r59464, this time using the correct type when softening FNEG. llvm-svn: 59513 --- llvm/test/CodeGen/XCore/cos.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/test/CodeGen/XCore/cos.ll') diff --git a/llvm/test/CodeGen/XCore/cos.ll b/llvm/test/CodeGen/XCore/cos.ll index d19ec284de3..334f0d50561 100644 --- a/llvm/test/CodeGen/XCore/cos.ll +++ b/llvm/test/CodeGen/XCore/cos.ll @@ -1,7 +1,6 @@ ; RUN: llvm-as < %s | llc -march=xcore > %t1.s ; RUN: grep "bl cosf" %t1.s | count 1 ; RUN: grep "bl cos" %t1.s | count 2 -; XFAIL: * declare double @llvm.cos.f64(double) define double @test(double %F) { -- cgit v1.2.3