summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-10-26 19:00:47 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-10-26 19:00:47 +0000
commit6b16b5e741a55ae356ec711fe687dba93b51cae4 (patch)
treeeccd19f92c651fcb751c4d7a5beca56bf1cee261
parent99f11f769e18b430cea73f6f40a43e0e098b3388 (diff)
downloadbcm5719-llvm-6b16b5e741a55ae356ec711fe687dba93b51cae4.tar.gz
bcm5719-llvm-6b16b5e741a55ae356ec711fe687dba93b51cae4.zip
Add virtual destructor.
llvm-svn: 85141
-rw-r--r--llvm/include/llvm/CodeGen/AntiDepBreaker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/AntiDepBreaker.h b/llvm/include/llvm/CodeGen/AntiDepBreaker.h
index 31fdb24ec44..7ed0c77e952 100644
--- a/llvm/include/llvm/CodeGen/AntiDepBreaker.h
+++ b/llvm/include/llvm/CodeGen/AntiDepBreaker.h
@@ -29,6 +29,8 @@ namespace llvm {
/// anti-dependencies.
class AntiDepBreaker {
public:
+ virtual ~AntiDepBreaker() { };
+
/// Start - Initialize anti-dep breaking for a new basic block.
virtual void StartBlock(MachineBasicBlock *BB) =0;
OpenPOWER on IntegriCloud