diff --git a/include/llvm/Support/InstVisitor.h b/include/llvm/Support/InstVisitor.h index 4af9256dcf7..c8e7cf98d05 100644 --- a/include/llvm/Support/InstVisitor.h +++ b/include/llvm/Support/InstVisitor.h @@ -71,8 +71,6 @@ class AllocationInst; template struct InstVisitor { - virtual ~InstVisitor() {} // We are meant to be derived from - //===--------------------------------------------------------------------===// // Interface code - This is the public interface of the InstVisitor that you // use to visit instructions...