summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Ketema <j.ketema@imperial.ac.uk>2015-08-13 23:43:12 +0000
committerJeroen Ketema <j.ketema@imperial.ac.uk>2015-08-13 23:43:12 +0000
commit63f5af3e9777bc37fa69accc2bf8c3b4fd6a15bf (patch)
tree805a4b1d4dbc5c1c5ad93f391df2753cf5f6f67c
parentf97d9db40718f2e68b3f0b44200760d8e0d50532 (diff)
Remove files accidentally not removed in r244310
git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@244987 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--generic/lib/LLVM3.6/subnormal_helper_func.ll8
-rw-r--r--generic/lib/SOURCES_LLVM3.61
2 files changed, 0 insertions, 9 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 }
diff --git a/generic/lib/SOURCES_LLVM3.6 b/generic/lib/SOURCES_LLVM3.6
deleted file mode 100644
index ee09f01..0000000
--- a/generic/lib/SOURCES_LLVM3.6
+++ /dev/null
@@ -1 +0,0 @@
-subnormal_helper_func.ll