projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a90b68
)
Comment cleanups
author
Chris Lattner
<sabre@nondot.org>
Thu, 7 Oct 2004 06:00:24 +0000
(06:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 7 Oct 2004 06:00:24 +0000
(06:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16803
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/IPO/LowerSetJmp.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/LowerSetJmp.cpp
b/lib/Transforms/IPO/LowerSetJmp.cpp
index 4ad89b583c91bf9ea839693e086e0c2830efd772..a8418fb855c0970844e58ea350b55f5e59c7f53a 100644
(file)
--- 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...