summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-01-15 19:26:23 +0000
committerDevang Patel <dpatel@apple.com>2009-01-15 19:26:23 +0000
commitf193ff05909c2de373032f773e76804474b1ef4e (patch)
tree872d097223e0959bc5788deb47279fd32cdb4257 /include
parent79ce276083ced01256a0eb7d80731e4948ca6e87 (diff)
downloadllvm-f193ff05909c2de373032f773e76804474b1ef4e.tar.gz
llvm-f193ff05909c2de373032f773e76804474b1ef4e.tar.bz2
llvm-f193ff05909c2de373032f773e76804474b1ef4e.tar.xz
Use lightweight DebugInfo objects directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/DebugInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index 033aef411a..0e85b4e5ef 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);