1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[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 706ade6a2e
commit 611c04b0b8

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);