summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/rtti-fundamental.cpp
diff options
context:
space:
mode:
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>2014-04-17 02:26:26 +0000
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>2014-04-17 02:26:26 +0000
commit6667ef7d81ca0bb4e0800cb3e722522a4adac48a (patch)
tree08b08894d9bb72c34186d71a45bdfd14a565e459 /test/CodeGenCXX/rtti-fundamental.cpp
parent13e47c43584d00bb656d62c2125ba5b1ebbbf1f2 (diff)
Adding type info for f16c floating-point type. This is consistent with the
Itanium ABI in 2.9.2 Place of Emission. Differential Revision: http://reviews.llvm.org/D2750 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/rtti-fundamental.cpp')
-rw-r--r--test/CodeGenCXX/rtti-fundamental.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGenCXX/rtti-fundamental.cpp b/test/CodeGenCXX/rtti-fundamental.cpp
index 14297b68cf..e70c3aa365 100644
--- a/test/CodeGenCXX/rtti-fundamental.cpp
+++ b/test/CodeGenCXX/rtti-fundamental.cpp
@@ -89,6 +89,11 @@ namespace __cxxabiv1 {
// CHECK: @_ZTIPy = constant
// CHECK: @_ZTIPKy = constant
+// half
+// CHECK: @_ZTIDh = constant
+// CHECK: @_ZTIPDh = constant
+// CHECK: @_ZTIPKDh = constant
+
// float
// CHECK: @_ZTIf = constant
// CHECK: @_ZTIPf = constant