PredicateInfo.h - remove unused llvm::Instruction/MemoryAccess/LLVMContext forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-11 11:24:18 +01:00
parent 595c28e618
commit 6aa85d5214
1 changed files with 0 additions and 3 deletions

View File

@ -87,9 +87,6 @@ namespace llvm {
class DominatorTree;
class Function;
class Instruction;
class MemoryAccess;
class LLVMContext;
class raw_ostream;
enum PredicateType { PT_Branch, PT_Assume, PT_Switch };