summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorSjoerd Meijer <sjoerd.meijer@arm.com>2017-07-06 16:37:31 +0000
committerSjoerd Meijer <sjoerd.meijer@arm.com>2017-07-06 16:37:31 +0000
commit98ee78578b41a4831c4e770cb0af8c18b629bc0d (patch)
tree4741813b72e36105f001b0c5a6139713b0d5a9e1 /clang/lib/CodeGen/CodeGenModule.cpp
parentdfd01ea9ed734c9f020b518d5a984761ba717d3c (diff)
downloadbcm5719-llvm-98ee78578b41a4831c4e770cb0af8c18b629bc0d.tar.gz
bcm5719-llvm-98ee78578b41a4831c4e770cb0af8c18b629bc0d.zip
This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it shows
problems in testing, see comments in D34161 for some more details. A fix is in progres in D35011, but a revert seems better now as the fix will probably take some more time to land. llvm-svn: 307277
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp
index 5319ccec163..20d945fe50d 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -98,7 +98,6 @@ CodeGenModule::CodeGenModule(ASTContext &C, const HeaderSearchOptions &HSO,
Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
Int32Ty = llvm::Type::getInt32Ty(LLVMContext);
Int64Ty = llvm::Type::getInt64Ty(LLVMContext);
- HalfTy = llvm::Type::getHalfTy(LLVMContext);
FloatTy = llvm::Type::getFloatTy(LLVMContext);
DoubleTy = llvm::Type::getDoubleTy(LLVMContext);
PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
OpenPOWER on IntegriCloud