summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-09-01 05:04:28 +0000
committerDevang Patel <dpatel@apple.com>2009-09-01 05:04:28 +0000
commite5b1454cdd8522831093128ddc7d7f81328d9f33 (patch)
tree2da1c54c7301cdfac4debe5e53f11460c90783d4 /include/llvm/Analysis
parentc01100591288992f74498797e43142d6425add9a (diff)
downloadllvm-e5b1454cdd8522831093128ddc7d7f81328d9f33.tar.gz
llvm-e5b1454cdd8522831093128ddc7d7f81328d9f33.tar.bz2
llvm-e5b1454cdd8522831093128ddc7d7f81328d9f33.tar.xz
Add virtual destructor.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-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 7c6b421ca3..b962d136de 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/include/llvm/Analysis/DebugInfo.h
@@ -128,6 +128,7 @@ namespace llvm {
if (DbgNode && !isScope())
DbgNode = 0;
}
+ virtual ~DIScope() {}
virtual const std::string &getFilename(std::string &F) const {
return F;