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 | f11284ac87daa613bc7b30db9f54bd716d123222 (patch) | |
tree | ef6e29897cc0984ea5c08ccb83c3e042479236ef /lib/CodeGen/CGDebugInfo.cpp | |
parent | 360c6ce217e920340f236417217be8fdf4b0337a (diff) |
Renamed ASQualType to ExtQualType to reflect its more
general use; as for, objc2's gc type attributes. No
change in functionality.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64778 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index 12aeaa926c..a48c247239 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/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: |