summaryrefslogtreecommitdiff
path: root/generic/lib/LLVM3.6/subnormal_helper_func.ll
diff options
context:
space:
mode:
Diffstat (limited to 'generic/lib/LLVM3.6/subnormal_helper_func.ll')
-rw-r--r--generic/lib/LLVM3.6/subnormal_helper_func.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/lib/LLVM3.6/subnormal_helper_func.ll b/generic/lib/LLVM3.6/subnormal_helper_func.ll
deleted file mode 100644
index 0e9764b..0000000
--- a/generic/lib/LLVM3.6/subnormal_helper_func.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-@__CLC_SUBNORMAL_DISABLE = external global i1
-
-define i1 @__clc_subnormals_disabled() #0 {
- %disable = load i1* @__CLC_SUBNORMAL_DISABLE
- ret i1 %disable
-}
-
-attributes #0 = { alwaysinline }