summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorSjoerd Meijer <sjoerd.meijer@arm.com>2017-09-08 10:20:52 +0000
committerSjoerd Meijer <sjoerd.meijer@arm.com>2017-09-08 10:20:52 +0000
commit9aeedde7ffd971f533360ab02e3c8ac58fba7209 (patch)
tree3fe7ce50686fe583ff4e2a9137c4bb48579631e9 /clang/lib/CodeGen/CGDebugInfo.cpp
parentd7b0f74c648204a224295708d253637bf3687075 (diff)
downloadbcm5719-llvm-9aeedde7ffd971f533360ab02e3c8ac58fba7209.tar.gz
bcm5719-llvm-9aeedde7ffd971f533360ab02e3c8ac58fba7209.zip
Revert "Add _Float16 as a C/C++ source language type"
The clang-with-lto-ubuntu bot didn't like the new regression test, revert while I investigate the issue. llvm-svn: 312784
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp
index befb704f39e..008f27c7a8f 100644
--- a/clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/clang/lib/CodeGen/CGDebugInfo.cpp
@@ -667,7 +667,6 @@ llvm::DIType *CGDebugInfo::CreateType(const BuiltinType *BT) {
case BuiltinType::Half:
case BuiltinType::Float:
case BuiltinType::LongDouble:
- case BuiltinType::Float16:
case BuiltinType::Float128:
case BuiltinType::Double:
// FIXME: For targets where long double and __float128 have the same size,
OpenPOWER on IntegriCloud