mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Comment cleanups
llvm-svn: 16803
This commit is contained in:
parent
ad9fe72e72
commit
e7ec24c63e
@ -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...
|
||||
|
Loading…
x
Reference in New Issue
Block a user