[llvm] 2647439 - [Transforms] Remove unused forward declaration PostDominatorTree

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 23:21:13 PDT 2023


Author: Kazu Hirata
Date: 2023-08-03T23:21:07-07:00
New Revision: 26474391aa5ba88b153fef4591bf690e9d9f0d59

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

LOG: [Transforms] Remove unused forward declaration PostDominatorTree

The last use was removed by:

  commit b1f41685a60e5416af8f636393bffd03ac4c13f5
  Author: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
  Date:   Thu Jun 1 15:09:08 2023 +0100

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/Utils/SCCPSolver.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/Utils/SCCPSolver.h b/llvm/include/llvm/Transforms/Utils/SCCPSolver.h
index 90a51490ee5226..1a95f80812aabd 100644
--- a/llvm/include/llvm/Transforms/Utils/SCCPSolver.h
+++ b/llvm/include/llvm/Transforms/Utils/SCCPSolver.h
@@ -32,7 +32,6 @@ class Function;
 class GlobalVariable;
 class Instruction;
 class LLVMContext;
-class PostDominatorTree;
 class StructType;
 class TargetLibraryInfo;
 class Value;


        


More information about the llvm-commits mailing list