aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/isunord.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/isunord.ll')
-rw-r--r--test/CodeGen/Generic/isunord.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/Generic/isunord.ll b/test/CodeGen/Generic/isunord.ll
deleted file mode 100644
index ebbba010793b..000000000000
--- a/test/CodeGen/Generic/isunord.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc < %s
-
-declare i1 @llvm.isunordered.f64(double, double)
-
-define i1 @test(double %X, double %Y) {
- %tmp27 = fcmp uno double %X, %Y ; <i1> [#uses=1]
- ret i1 %tmp27
-}
-