projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4228656
)
Thanks, Bill!
author
Sean Callanan
<scallanan@apple.com>
Mon, 27 Jul 2009 19:45:28 +0000
(19:45 +0000)
committer
Sean Callanan
<scallanan@apple.com>
Mon, 27 Jul 2009 19:45:28 +0000
(19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77240
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/MemoryObject.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/MemoryObject.h
b/include/llvm/Support/MemoryObject.h
index 8368965b9c9d129624359e924e370a68e1c65b68..fd0e966bc9c825f6a5097e88d75fdf596a05959e 100644
(file)
--- 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.