[llvm] c82cd5e - [LazyCallGraph] Remove forward declarations of nonexistent classes (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 14:47:12 PST 2021


Author: Kazu Hirata
Date: 2021-02-15T14:46:07-08:00
New Revision: c82cd5e54e100603a2ae92c254b8103e8c379adc

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

LOG: [LazyCallGraph] Remove forward declarations of nonexistent classes (NFC)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Analysis/LazyCallGraph.h b/llvm/include/llvm/Analysis/LazyCallGraph.h
index f7a5adac2b43..7b3627867cb9 100644
--- a/llvm/include/llvm/Analysis/LazyCallGraph.h
+++ b/llvm/include/llvm/Analysis/LazyCallGraph.h
@@ -115,8 +115,6 @@ class LazyCallGraph {
   class EdgeSequence;
   class SCC;
   class RefSCC;
-  class edge_iterator;
-  class call_edge_iterator;
 
   /// A class used to represent edges in the call graph.
   ///


        


More information about the llvm-commits mailing list