1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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 e93b439d86
commit 8d7f4c85f5

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