diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO/PruneEH.cpp')
| -rw-r--r-- | llvm/lib/Transforms/IPO/PruneEH.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/PruneEH.cpp b/llvm/lib/Transforms/IPO/PruneEH.cpp index d536965518c..8ba0ac04023 100644 --- a/llvm/lib/Transforms/IPO/PruneEH.cpp +++ b/llvm/lib/Transforms/IPO/PruneEH.cpp @@ -46,7 +46,7 @@ namespace { bool SimplifyFunction(Function *F); void DeleteBasicBlock(BasicBlock *BB); }; - RegisterOpt<PruneEH> X("prune-eh", "Remove unused exception handling info"); + RegisterPass<PruneEH> X("prune-eh", "Remove unused exception handling info"); } ModulePass *llvm::createPruneEHPass() { return new PruneEH(); } |

