summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
diff options
context:
space:
mode:
authorRobin Morisset <morisset@google.com>2014-08-29 21:53:01 +0000
committerRobin Morisset <morisset@google.com>2014-08-29 21:53:01 +0000
commit039781ef269c61139d902b0cf8c78096d7318d9f (patch)
tree24631595cdf0fb8f1c20873b26bdb3d6a503d16f /llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
parentae08e431ddc1d981afa9a16a3e2041a6213846d8 (diff)
downloadbcm5719-llvm-039781ef269c61139d902b0cf8c78096d7318d9f.tar.gz
bcm5719-llvm-039781ef269c61139d902b0cf8c78096d7318d9f.zip
Fix typos in comments, NFC
Summary: Just fixing comments, no functional change. Test Plan: N/A Reviewers: jfb Subscribers: mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D5130 llvm-svn: 216784
Diffstat (limited to 'llvm/lib/Analysis/MemoryDependenceAnalysis.cpp')
-rw-r--r--llvm/lib/Analysis/MemoryDependenceAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp b/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
index 93e64888049..aef241840ac 100644
--- a/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
+++ b/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
@@ -937,7 +937,7 @@ GetNonLocalInfoForBlock(const AliasAnalysis::Location &Loc,
return Dep;
}
-/// SortNonLocalDepInfoCache - Sort the a NonLocalDepInfo cache, given a certain
+/// SortNonLocalDepInfoCache - Sort the NonLocalDepInfo cache, given a certain
/// number of elements in the array that are already properly ordered. This is
/// optimized for the case when only a few entries are added.
static void
OpenPOWER on IntegriCloud