diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2012-10-04 04:58:17 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2012-10-04 04:58:17 +0000 |
commit | 37eb038a66e7c4f85f9038eabf1fbf6039e6ecb0 (patch) | |
tree | 607c2b548f10cd0dd9e82e959f2c9aa8b9bc1728 /clang/lib/AST/ItaniumMangle.cpp | |
parent | 8ce99f296bcb31c11dcb85df62b13192972e8e74 (diff) | |
download | bcm5719-llvm-37eb038a66e7c4f85f9038eabf1fbf6039e6ecb0.tar.gz bcm5719-llvm-37eb038a66e7c4f85f9038eabf1fbf6039e6ecb0.zip |
Add missing comment for mangling.
llvm-svn: 165202
Diffstat (limited to 'clang/lib/AST/ItaniumMangle.cpp')
-rw-r--r-- | clang/lib/AST/ItaniumMangle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/ItaniumMangle.cpp b/clang/lib/AST/ItaniumMangle.cpp index d8c6594d02b..851944a42b6 100644 --- a/clang/lib/AST/ItaniumMangle.cpp +++ b/clang/lib/AST/ItaniumMangle.cpp @@ -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)) { |