Skip to content

Commit 7fb2b4d

Browse files
[CodeGen] Remove unused declaration createJumpInstrTablesPass
The corresponding function definition was removed by: commit 3b94e33 Author: Eric Christopher <[email protected]> Date: Fri Feb 27 19:03:38 2015 +0000
1 parent be72dca commit 7fb2b4d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/CodeGen/Passes.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,6 @@ namespace llvm {
446446
/// LiveDebugValues pass
447447
extern char &LiveDebugValuesID;
448448

449-
/// createJumpInstrTables - This pass creates jump-instruction tables.
450-
ModulePass *createJumpInstrTablesPass();
451-
452449
/// InterleavedAccess Pass - This pass identifies and matches interleaved
453450
/// memory accesses to target specific intrinsics.
454451
///

0 commit comments

Comments
 (0)