From: Sean Callanan Date: Mon, 27 Jul 2009 19:45:28 +0000 (+0000) Subject: Thanks, Bill! X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1abcfce7169f5377b38775c018d724017e224fae;p=oota-llvm.git Thanks, Bill! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77240 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/MemoryObject.h b/include/llvm/Support/MemoryObject.h index 8368965b9c9..fd0e966bc9c 100644 --- a/include/llvm/Support/MemoryObject.h +++ b/include/llvm/Support/MemoryObject.h @@ -20,7 +20,7 @@ namespace llvm { class MemoryObject { public: /// Destructor - Override as necessary. - ~MemoryObject() { + virtual ~MemoryObject() { } /// getBase - Returns the lowest valid address in the region.