forked from OSchip/llvm-project
PredicateInfo.h - remove unused llvm::Instruction/MemoryAccess/LLVMContext forward declarations. NFC.
This commit is contained in:
parent
595c28e618
commit
6aa85d5214
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue