Skip to content

Commit

Permalink
[CodeGen] Remove unused declaration createJumpInstrTablesPass
Browse files Browse the repository at this point in the history
The corresponding function definition was removed by:

  commit 3b94e33
  Author: Eric Christopher <echristo@gmail.com>
  Date:   Fri Feb 27 19:03:38 2015 +0000
  • Loading branch information
kazutakahirata committed Oct 16, 2023
1 parent be72dca commit 7fb2b4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llvm/include/llvm/CodeGen/Passes.h
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,6 @@ namespace llvm {
/// LiveDebugValues pass
extern char &LiveDebugValuesID;

/// createJumpInstrTables - This pass creates jump-instruction tables.
ModulePass *createJumpInstrTablesPass();

/// InterleavedAccess Pass - This pass identifies and matches interleaved
/// memory accesses to target specific intrinsics.
///
Expand Down

0 comments on commit 7fb2b4d

Please sign in to comment.