diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-02-17 18:27:45 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-02-17 18:27:45 +0000 |
commit | ece8582ca2cbb4b5bb81ed1f8c3b04c6442c27f4 (patch) | |
tree | 81f44c95a708960398439ee72cb2c00c272e5cb1 /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 89f908b883292b76c87de5e4f80ed56e6fdb9aba (diff) | |
download | bcm5719-llvm-ece8582ca2cbb4b5bb81ed1f8c3b04c6442c27f4.tar.gz bcm5719-llvm-ece8582ca2cbb4b5bb81ed1f8c3b04c6442c27f4.zip |
Renamed ASQualType to ExtQualType to reflect its more
general use; as for, objc2's gc type attributes. No
change in functionality.
llvm-svn: 64778
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 12aeaa926c0..a48c2472390 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -397,7 +397,7 @@ llvm::DIType CGDebugInfo::getOrCreateType(QualType Ty, case Type::Reference: case Type::Vector: case Type::ExtVector: - case Type::ASQual: + case Type::ExtQual: case Type::ObjCInterface: case Type::ObjCQualifiedInterface: case Type::ObjCQualifiedId: |