From 6aa85d5214ef4f85bc46a74c2feef204da81760e Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 11 Apr 2020 11:24:18 +0100 Subject: [PATCH] PredicateInfo.h - remove unused llvm::Instruction/MemoryAccess/LLVMContext forward declarations. NFC. --- llvm/include/llvm/Transforms/Utils/PredicateInfo.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/include/llvm/Transforms/Utils/PredicateInfo.h b/llvm/include/llvm/Transforms/Utils/PredicateInfo.h index 7c7a8eb04a2c..a6623e231946 100644 --- a/llvm/include/llvm/Transforms/Utils/PredicateInfo.h +++ b/llvm/include/llvm/Transforms/Utils/PredicateInfo.h @@ -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 };