diff options
author | Devang Patel <dpatel@apple.com> | 2006-10-30 19:25:54 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2006-10-30 19:25:54 +0000 |
commit | b79a59dcfce0b801244bb1c942ff5d46597ae456 (patch) | |
tree | 8e15a4c5f2b45ba8feabaa78c12431e574db916e /lib | |
parent | a9c83fe5e110108c83427339265f733dc711f625 (diff) |
Update comment. Valid option is -debug-pass=Structures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/VMCore/PassManagerT.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/PassManagerT.h b/lib/VMCore/PassManagerT.h index 3b1b911618..c7cbb12dab 100644 --- a/lib/VMCore/PassManagerT.h +++ b/lib/VMCore/PassManagerT.h @@ -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... |