[llvm] e0357e9 - [CodeGen] Remove redundant ID in WinEHPrepareImpl (#74322)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 06:53:16 PST 2023


Author: paperchalice
Date: 2023-12-04T21:53:12+07:00
New Revision: e0357e9ce390a8be6c4a9ea89977c8b8a30b5454

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

LOG: [CodeGen] Remove redundant ID in WinEHPrepareImpl (#74322)

Fix ppc build bot

Added: 
    

Modified: 
    llvm/lib/CodeGen/WinEHPrepare.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/WinEHPrepare.cpp b/llvm/lib/CodeGen/WinEHPrepare.cpp
index 1bd91e58fea15..347bada6f69d5 100644
--- a/llvm/lib/CodeGen/WinEHPrepare.cpp
+++ b/llvm/lib/CodeGen/WinEHPrepare.cpp
@@ -61,7 +61,6 @@ namespace {
 
 class WinEHPrepareImpl {
 public:
-  static char ID; // Pass identification, replacement for typeid.
   WinEHPrepareImpl(bool DemoteCatchSwitchPHIOnly)
       : DemoteCatchSwitchPHIOnly(DemoteCatchSwitchPHIOnly) {}
 


        


More information about the llvm-commits mailing list