forked from OSchip/llvm-project
Update comment. Valid option is -debug-pass=Structures.
llvm-svn: 31297
This commit is contained in:
parent
ad2f5b7d18
commit
bf0a5c2d56
|
@ -282,7 +282,7 @@ public:
|
|||
return runPasses(M, LastUserOf);
|
||||
}
|
||||
|
||||
// dumpPassStructure - Implement the -debug-passes=PassStructure option
|
||||
// dumpPassStructure - Implement the -debug-passes=Structure option
|
||||
inline void dumpPassStructure(unsigned Offset = 0) {
|
||||
// Print out the immutable passes...
|
||||
|
||||
|
|
Loading…
Reference in New Issue