[llvm] 9270d56 - [bugpoint] Remove unused declaration PassInfo

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 30 21:11:01 PDT 2023


Author: Kazu Hirata
Date: 2023-07-30T21:10:53-07:00
New Revision: 9270d564304e5c3c2dbe98c487bda5c380781de1

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

LOG: [bugpoint] Remove unused declaration PassInfo

The last use was removed by:

  commit e9f14d49458b492a3d993328da7db9ff14c44f9f
  Author: Kazu Hirata <kazu at google.com>
  Date:   Mon May 29 11:56:52 2023 -0700

Added: 
    

Modified: 
    llvm/tools/bugpoint/BugDriver.h

Removed: 
    


################################################################################
diff  --git a/llvm/tools/bugpoint/BugDriver.h b/llvm/tools/bugpoint/BugDriver.h
index 9fb0880b9cd014..e3117ec0ed5367 100644
--- a/llvm/tools/bugpoint/BugDriver.h
+++ b/llvm/tools/bugpoint/BugDriver.h
@@ -25,7 +25,6 @@
 
 namespace llvm {
 
-class PassInfo;
 class Module;
 class GlobalVariable;
 class Function;


        


More information about the llvm-commits mailing list