diff options
author | Devang Patel <dpatel@apple.com> | 2010-02-23 22:59:39 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-02-23 22:59:39 +0000 |
commit | b407338fe2f2f33106a0a0332d8dca3ec7d4d676 (patch) | |
tree | bbe5bd13dfae8656e0cf35b851c25418dbf7fc95 /clang/lib/CodeGen/CGDebugInfo.h | |
parent | dffb51bac86d34f881b83c9db4489fe3d162d415 (diff) | |
download | bcm5719-llvm-b407338fe2f2f33106a0a0332d8dca3ec7d4d676.tar.gz bcm5719-llvm-b407338fe2f2f33106a0a0332d8dca3ec7d4d676.zip |
Emit debug info for VectorType.
llvm-svn: 96999
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index b2d3a1f1fa5..50f57594088 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -84,6 +84,7 @@ class CGDebugInfo { llvm::DIType CreateType(const RecordType *Ty, llvm::DICompileUnit U); llvm::DIType CreateType(const ObjCInterfaceType *Ty, llvm::DICompileUnit U); llvm::DIType CreateType(const EnumType *Ty, llvm::DICompileUnit U); + llvm::DIType CreateType(const VectorType *Ty, llvm::DICompileUnit Unit); llvm::DIType CreateType(const ArrayType *Ty, llvm::DICompileUnit U); llvm::DIType CreateType(const LValueReferenceType *Ty, llvm::DICompileUnit U); llvm::DIType CreateType(const MemberPointerType *Ty, llvm::DICompileUnit U); |