diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-07 06:00:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-07 06:00:24 +0000 |
commit | bc53e5e628940153d015cf46ac45fb7cfcb39c4f (patch) | |
tree | 96be118f1e3f9712d00faa27ee6850e3255f431e /lib/Transforms/IPO | |
parent | 7a90b68e5c85fe11a4ccc386be9c5fcddd4a8b61 (diff) | |
download | external_llvm-bc53e5e628940153d015cf46ac45fb7cfcb39c4f.zip external_llvm-bc53e5e628940153d015cf46ac45fb7cfcb39c4f.tar.gz external_llvm-bc53e5e628940153d015cf46ac45fb7cfcb39c4f.tar.bz2 |
Comment cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO')
-rw-r--r-- | lib/Transforms/IPO/LowerSetJmp.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Transforms/IPO/LowerSetJmp.cpp b/lib/Transforms/IPO/LowerSetJmp.cpp index 4ad89b5..a8418fb 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... |