From: Devang Patel Date: Mon, 30 Oct 2006 19:25:54 +0000 (+0000) Subject: Update comment. Valid option is -debug-pass=Structures. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b79a59dcfce0b801244bb1c942ff5d46597ae456;p=oota-llvm.git 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 --- diff --git a/lib/VMCore/PassManagerT.h b/lib/VMCore/PassManagerT.h index 3b1b9116189..c7cbb12dab4 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...