aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
diff options
context:
space:
mode:
authorJoe Abbey <jabbey@arxan.com>2011-11-21 04:42:21 +0000
committerJoe Abbey <jabbey@arxan.com>2011-11-21 04:42:21 +0000
commit96e89f64120075cde7b08423c1834b05ded0da48 (patch)
treed7aeb66c5e4c7b505dae753ca10961eaad6d3309 /llvm/lib
parenta065238c6e78797aae5eb3bf7457bbaeef23d67b (diff)
downloadllvm-96e89f64120075cde7b08423c1834b05ded0da48.zip
llvm-96e89f64120075cde7b08423c1834b05ded0da48.tar.gz
llvm-96e89f64120075cde7b08423c1834b05ded0da48.tar.bz2
Fixing a comment
llvm-svn: 145025
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Pass.cpp b/llvm/lib/VMCore/Pass.cpp
index 9afc540..c90bfed 100644
--- a/llvm/lib/VMCore/Pass.cpp
+++ b/llvm/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";
}