aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/isnan.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/isnan.llx')
-rw-r--r--test/CodeGen/X86/isnan.llx9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/X86/isnan.llx b/test/CodeGen/X86/isnan.llx
deleted file mode 100644
index 65916ff577..0000000000
--- a/test/CodeGen/X86/isnan.llx
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep call
-
-declare i1 @llvm.isunordered.f64(double)
-
-define i1 @test_isnan(double %X) {
- %R = fcmp uno double %X, %X ; <i1> [#uses=1]
- ret i1 %R
-}
-