summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/nesf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/nesf2.c')
-rw-r--r--compiler-rt/lib/nesf2.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/compiler-rt/lib/nesf2.c b/compiler-rt/lib/nesf2.c
deleted file mode 100644
index 465cd1a0571..00000000000
--- a/compiler-rt/lib/nesf2.c
+++ /dev/null
@@ -1,16 +0,0 @@
-//===-- lib/nesf2.c - Single-precision comparisons ----------------*- C -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#define SINGLE_PRECISION
-#include "fp_lib.h"
-
-enum LE_RESULT __lesf2(fp_t a, fp_t b);
-enum LE_RESULT __nesf2(fp_t a, fp_t b) {
- return __lesf2(a, b);
-}
OpenPOWER on IntegriCloud