mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Disable test; what it's testing for is wrong.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
127221fbdc
commit
30f290dac3
@ -1,4 +1,7 @@
|
||||
// RUN: %llvmgcc %s -S -o - -fno-math-errno | grep llvm.sqrt
|
||||
// llvm.sqrt has undefined behavior on negative inputs, so it is
|
||||
// inappropriate to translate C/C++ sqrt to this.
|
||||
// XFAIL: *
|
||||
#include <math.h>
|
||||
|
||||
float foo(float X) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user