]> granicus.if.org Git - clang/commitdiff
Add missing comment for mangling.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 4 Oct 2012 04:58:17 +0000 (04:58 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 4 Oct 2012 04:58:17 +0000 (04:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165202 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ItaniumMangle.cpp

index d8c6594d02bbf891eb37222207a0e41893282405..851944a42b6e974c0ab9c3d759abeb0b590a0086 100644 (file)
@@ -2095,6 +2095,7 @@ void CXXNameMangler::mangleNeonVectorType(const VectorType *T) {
 //                         ::= Dv [<dimension expression>] _ <element type>
 // <extended element type> ::= <element type>
 //                         ::= p # AltiVec vector pixel
+//                         ::= b # Altivec vector bool
 void CXXNameMangler::mangleType(const VectorType *T) {
   if ((T->getVectorKind() == VectorType::NeonVector ||
        T->getVectorKind() == VectorType::NeonPolyVector)) {