[llvm] fc04453 - BranchFolding.h - remove unused raw_ostream forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 07:07:38 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-22T15:07:18+01:00
New Revision: fc044530f7f130b9b675523e3b8a196f2f4b2bfa

URL: https://github.com/llvm/llvm-project/commit/fc044530f7f130b9b675523e3b8a196f2f4b2bfa
DIFF: https://github.com/llvm/llvm-project/commit/fc044530f7f130b9b675523e3b8a196f2f4b2bfa.diff

LOG: BranchFolding.h - remove unused raw_ostream forward declaration. NFC.

Added: 
    

Modified: 
    llvm/lib/CodeGen/BranchFolding.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/BranchFolding.h b/llvm/lib/CodeGen/BranchFolding.h
index df1d082a18c4..56c14418ec34 100644
--- a/llvm/lib/CodeGen/BranchFolding.h
+++ b/llvm/lib/CodeGen/BranchFolding.h
@@ -27,7 +27,6 @@ class MachineModuleInfo;
 class MachineRegisterInfo;
 class MBFIWrapper;
 class ProfileSummaryInfo;
-class raw_ostream;
 class TargetInstrInfo;
 class TargetRegisterInfo;
 


        


More information about the llvm-commits mailing list