[llvm] 5663591 - SyntheticCountsUtils.h - remove unused llvm::CallGraph/Function forward declarations. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 11 04:34:02 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-11T12:21:03+01:00
New Revision: 566359193d84e143764bff48132990bcb5e81bdb

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

LOG: SyntheticCountsUtils.h - remove unused llvm::CallGraph/Function forward declarations. NFC.

Added: 
    

Modified: 
    llvm/include/llvm/Analysis/SyntheticCountsUtils.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Analysis/SyntheticCountsUtils.h b/llvm/include/llvm/Analysis/SyntheticCountsUtils.h
index b9b4c98bfc35..358f757314ee 100644
--- a/llvm/include/llvm/Analysis/SyntheticCountsUtils.h
+++ b/llvm/include/llvm/Analysis/SyntheticCountsUtils.h
@@ -19,9 +19,6 @@
 
 namespace llvm {
 
-class CallGraph;
-class Function;
-
 /// Class with methods to propagate synthetic entry counts.
 ///
 /// This class is templated on the type of the call graph and designed to work


        


More information about the llvm-commits mailing list