From 62faf772781cf5c3bd6806a7887147e35713dd40 Mon Sep 17 00:00:00 2001 From: Joe Abbey Date: Mon, 21 Nov 2011 04:42:21 +0000 Subject: [PATCH] Fixing a comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145025 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VMCore/Pass.cpp b/lib/VMCore/Pass.cpp index 9afc5406332..c90bfeda1ce 100644 --- a/lib/VMCore/Pass.cpp +++ b/lib/VMCore/Pass.cpp @@ -48,7 +48,7 @@ bool Pass::mustPreserveAnalysisID(char &AID) const { return Resolver->getAnalysisIfAvailable(&AID, true) != 0; } -// dumpPassStructure - Implement the -debug-passes=Structure option +// dumpPassStructure - Implement the -debug-pass=Structure option void Pass::dumpPassStructure(unsigned Offset) { dbgs().indent(Offset*2) << getPassName() << "\n"; } -- 2.34.1