From f193ff05909c2de373032f773e76804474b1ef4e Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 15 Jan 2009 19:26:23 +0000 Subject: Use lightweight DebugInfo objects directly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62276 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/DebugInfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 033aef4..0e85b4e 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -160,6 +160,7 @@ namespace llvm { // ctor. DIType(GlobalVariable *GV, bool, bool) : DIDescriptor(GV) {} + public: /// isDerivedType - Return true if the specified tag is legal for /// DIDerivedType. static bool isDerivedType(unsigned TAG); -- cgit v1.1