[NFC] Try to make buildbot happy about virtual destructors

llvm-svn: 340732
This commit is contained in:
Max Kazantsev 2018-08-27 10:09:28 +00:00
parent b217ddb1bb
commit 9441be6912
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ protected:
/// be interested in.
virtual bool isSpecialInstruction(const Instruction *Insn) const = 0;
virtual ~InstructionPrecedenceTracking() = default;
public:
/// Clears cached information about this particular block.
void invalidateBlock(const BasicBlock *BB);