diff options
Diffstat (limited to 'src/passes/pass.cpp')
-rw-r--r-- | src/passes/pass.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/passes/pass.cpp b/src/passes/pass.cpp index cbc8e3be9..ac4f6b661 100644 --- a/src/passes/pass.cpp +++ b/src/passes/pass.cpp @@ -110,8 +110,6 @@ void PassRegistry::registerPasses() { registerPass("dwarfdump", "dump DWARF debug info sections from the read binary", createDWARFDumpPass); - registerPass( - "dwarfupdate", "update DWARF debug info sections", createDWARFUpdatePass); registerPass("duplicate-import-elimination", "removes duplicate imports", createDuplicateImportEliminationPass); |