Skip to content

Commit

Permalink
[Scalar] Remove unused declaration ModulePass
Browse files Browse the repository at this point in the history
The last use was removed by:

  commit 17e0369
  Author: Kazu Hirata <kazu@google.com>
  Date:   Sun Jun 11 13:19:19 2023 -0700
  • Loading branch information
kazutakahirata committed Jul 10, 2023
1 parent 4a3942e commit 9c0c210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/include/llvm/Transforms/Scalar.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ namespace llvm {

class Function;
class FunctionPass;
class ModulePass;
class Pass;

//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit 9c0c210

Please sign in to comment.