summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/AST/Type.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/Type.cpp b/clang/lib/AST/Type.cpp
index 8032424f782..65c4fabf8f1 100644
--- a/clang/lib/AST/Type.cpp
+++ b/clang/lib/AST/Type.cpp
@@ -1184,6 +1184,7 @@ void VectorType::getAsStringInternal(std::string &S) const {
S += " __attribute__((__vector_size__(";
S += llvm::utostr_32(NumElements); // convert back to bytes.
S += " * sizeof(" + ElementType.getAsString() + "))))";
+ ElementType.getAsStringInternal(S);
}
void ExtVectorType::getAsStringInternal(std::string &S) const {
OpenPOWER on IntegriCloud