summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-07-02 21:25:12 +0000
committerXinliang David Li <davidxl@google.com>2016-07-02 21:25:12 +0000
commit2ecff7dd5a9f1df73f117fc5207e2a20bdf5014a (patch)
tree53a50ba1bc28d52d0e1aa055f4712b506dc7fe69
parent8a021317a2b316fa258afc669c581ac181468882 (diff)
downloadbcm5719-llvm-2ecff7dd5a9f1df73f117fc5207e2a20bdf5014a.tar.gz
bcm5719-llvm-2ecff7dd5a9f1df73f117fc5207e2a20bdf5014a.zip
Fix wrong comment
llvm-svn: 274453
-rw-r--r--llvm/include/llvm/Analysis/LoopAccessAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/LoopAccessAnalysis.h b/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
index 5acc5a9fc7f..532254fa6ca 100644
--- a/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
+++ b/llvm/include/llvm/Analysis/LoopAccessAnalysis.h
@@ -784,7 +784,7 @@ public:
static StringRef name() { return "LoopAccessInfoAnalysis"; }
};
-/// \brief Printer pass for the \c BlockFrequencyInfo results.
+/// \brief Printer pass for the \c LoopAccessInfo results.
class LoopAccessInfoPrinterPass
: public PassInfoMixin<LoopAccessInfoPrinterPass> {
raw_ostream &OS;
OpenPOWER on IntegriCloud