summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/LowerSetJmp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/IPO/LowerSetJmp.cpp')
-rw-r--r--lib/Transforms/IPO/LowerSetJmp.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Transforms/IPO/LowerSetJmp.cpp b/lib/Transforms/IPO/LowerSetJmp.cpp
index 4ad89b583c..a8418fb855 100644
--- a/lib/Transforms/IPO/LowerSetJmp.cpp
+++ b/lib/Transforms/IPO/LowerSetJmp.cpp
@@ -60,10 +60,7 @@ namespace {
"Number of invokes modified");
//===--------------------------------------------------------------------===//
- // LowerSetJmp pass implementation. This is subclassed from the "Pass"
- // class because it works on a module as a whole, not a function at a
- // time.
-
+ // LowerSetJmp pass implementation.
class LowerSetJmp : public ModulePass,
public InstVisitor<LowerSetJmp> {
// LLVM library functions...