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
llvm/include/llvm/Transforms/Utils
|
@ -61,6 +61,8 @@ protected:
|
||||||
/// be interested in.
|
/// be interested in.
|
||||||
virtual bool isSpecialInstruction(const Instruction *Insn) const = 0;
|
virtual bool isSpecialInstruction(const Instruction *Insn) const = 0;
|
||||||
|
|
||||||
|
virtual ~InstructionPrecedenceTracking() = default;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/// Clears cached information about this particular block.
|
/// Clears cached information about this particular block.
|
||||||
void invalidateBlock(const BasicBlock *BB);
|
void invalidateBlock(const BasicBlock *BB);
|
||||||
|
|
Loading…
Reference in New Issue