aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/isnan.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/isnan.ll')
-rw-r--r--test/CodeGen/X86/isnan.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/X86/isnan.ll b/test/CodeGen/X86/isnan.ll
deleted file mode 100644
index 4d465c0c7aa8..000000000000
--- a/test/CodeGen/X86/isnan.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc < %s -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
-}
-