forked from OSchip/llvm-project
[NFC] Try to make buildbot happy about virtual destructors
llvm-svn: 340732
This commit is contained in:
parent
b217ddb1bb
commit
9441be6912
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue