From b79a59dcfce0b801244bb1c942ff5d46597ae456 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 30 Oct 2006 19:25:54 +0000 Subject: [PATCH] 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 --- lib/VMCore/PassManagerT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... -- 2.34.1