summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGenTypeCache.h
diff options
context:
space:
mode:
authorAbderrazek Zaafrani <a.zaafrani@samsung.com>2017-06-20 18:54:57 +0000
committerAbderrazek Zaafrani <a.zaafrani@samsung.com>2017-06-20 18:54:57 +0000
commit6e3f80de39298b1ac410e59841c60853e807fa37 (patch)
treefdd670689cf908e64769e2f646d9e70baf7f17cb /lib/CodeGen/CodeGenTypeCache.h
parentc35b73c765d276f2433f2f89229022e5f08b003c (diff)
[AArch64] ADD ARMv.2-A FP16 vector intrinsics
Differential Revision: https://reviews.llvm.org/D34161 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenTypeCache.h')
-rw-r--r--lib/CodeGen/CodeGenTypeCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenTypeCache.h b/lib/CodeGen/CodeGenTypeCache.h
index 450eab48a3..6910d36733 100644
--- a/lib/CodeGen/CodeGenTypeCache.h
+++ b/lib/CodeGen/CodeGenTypeCache.h
@@ -36,7 +36,7 @@ struct CodeGenTypeCache {
/// i8, i16, i32, and i64
llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
/// float, double
- llvm::Type *FloatTy, *DoubleTy;
+ llvm::Type *HalfTy, *FloatTy, *DoubleTy;
/// int
llvm::IntegerType *IntTy;