]> granicus.if.org Git - clang/commit
Change CXXNameMangler::mangleNeonVectorType to require the vector type to be
authorBob Wilson <bob.wilson@apple.com>
Tue, 16 Nov 2010 00:32:18 +0000 (00:32 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 16 Nov 2010 00:32:18 +0000 (00:32 +0000)
commit57147a8615bca96e067975fe931baf5d741876a4
treea3b0cb37331791b1f18881ce21effcaab1d10603
parent56affbcaeff9a01caa70b2a237f7e6ac31c8ded6
Change CXXNameMangler::mangleNeonVectorType to require the vector type to be
one of the special Neon types.  We'll check for invalid Neon vectors when
they are created, so there's no point in handling them when mangling.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119299 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/Mangle.cpp