summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-07 06:00:24 +0000
committerChris Lattner <sabre@nondot.org>2004-10-07 06:00:24 +0000
commitf64799683e9f926c2e4f01ff1c28306a42069c6c (patch)
tree77d24a30f5dc4401faf099e7e68f068516313dae /llvm/lib
parent25db58032d94e2a2899dbc8b32d38b4a59f44077 (diff)
downloadbcm5719-llvm-f64799683e9f926c2e4f01ff1c28306a42069c6c.tar.gz
bcm5719-llvm-f64799683e9f926c2e4f01ff1c28306a42069c6c.zip
Comment cleanups
llvm-svn: 16803
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/IPO/LowerSetJmp.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/IPO/LowerSetJmp.cpp b/llvm/lib/Transforms/IPO/LowerSetJmp.cpp
index 4ad89b583c9..a8418fb855c 100644
--- a/llvm/lib/Transforms/IPO/LowerSetJmp.cpp
+++ b/llvm/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...
OpenPOWER on IntegriCloud