summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/gtdf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/gtdf2.c')
-rw-r--r--compiler-rt/lib/gtdf2.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/compiler-rt/lib/gtdf2.c b/compiler-rt/lib/gtdf2.c
deleted file mode 100644
index 4af83d5334d..00000000000
--- a/compiler-rt/lib/gtdf2.c
+++ /dev/null
@@ -1,17 +0,0 @@
-//===-- lib/gtdf2.c - Double-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 DOUBLE_PRECISION
-#include "fp_lib.h"
-
-enum GE_RESULT __gedf2(fp_t a, fp_t b);
-enum GE_RESULT __gtdf2(fp_t a, fp_t b) {
- return __gedf2(a, b);
-}
-
OpenPOWER on IntegriCloud