[llvm-commits] CVS: llvm/lib/Transforms/IPO/LowerSetJmp.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Oct 6 23:00:38 PDT 2004
Changes in directory llvm/lib/Transforms/IPO:
LowerSetJmp.cpp updated: 1.20 -> 1.21
---
Log message:
Comment cleanups
---
Diffs of the changes: (+1 -4)
Index: llvm/lib/Transforms/IPO/LowerSetJmp.cpp
diff -u llvm/lib/Transforms/IPO/LowerSetJmp.cpp:1.20 llvm/lib/Transforms/IPO/LowerSetJmp.cpp:1.21
--- llvm/lib/Transforms/IPO/LowerSetJmp.cpp:1.20 Sun Sep 19 23:43:34 2004
+++ llvm/lib/Transforms/IPO/LowerSetJmp.cpp Thu Oct 7 01:00:24 2004
@@ -60,10 +60,7 @@
"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...
More information about the llvm-commits
mailing list