From ece8582ca2cbb4b5bb81ed1f8c3b04c6442c27f4 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 17 Feb 2009 18:27:45 +0000 Subject: Renamed ASQualType to ExtQualType to reflect its more general use; as for, objc2's gc type attributes. No change in functionality. llvm-svn: 64778 --- clang/lib/CodeGen/CGDebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp') 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: -- cgit v1.2.3