summaryrefslogtreecommitdiffstats
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
parenta065238c6e78797aae5eb3bf7457bbaeef23d67b (diff)
downloadbcm5719-llvm-96e89f64120075cde7b08423c1834b05ded0da48.tar.gz
bcm5719-llvm-96e89f64120075cde7b08423c1834b05ded0da48.zip
Fixing a comment
llvm-svn: 145025
-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 9afc5406332..c90bfeda1ce 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";
}
OpenPOWER on IntegriCloud