summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2016-01-13 17:23:52 +0000
committerSanjay Patel <spatel@rotateright.com>2016-01-13 17:23:52 +0000
commitf23416852fc3852777eb05b73d071273957bec8a (patch)
treeffb372339cd268524edf27a8467d448e15277bd1 /llvm/lib/Analysis
parent46dadbfab2fe9504b0d145283f0b7258abcff6a9 (diff)
downloadbcm5719-llvm-f23416852fc3852777eb05b73d071273957bec8a.tar.gz
bcm5719-llvm-f23416852fc3852777eb05b73d071273957bec8a.zip
fix typo
llvm-svn: 257626
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/ScopedNoAliasAA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ScopedNoAliasAA.cpp b/llvm/lib/Analysis/ScopedNoAliasAA.cpp
index 029997adab9..486f3a58328 100644
--- a/llvm/lib/Analysis/ScopedNoAliasAA.cpp
+++ b/llvm/lib/Analysis/ScopedNoAliasAA.cpp
@@ -26,7 +26,7 @@
// ... = load %ptr2, !alias.scope !{ !scope1, !scope2 }, !noalias !{ !scope1 }
//
// When evaluating an aliasing query, if one of the instructions is associated
-// has a set of noalias scopes in some domain that is superset of the alias
+// has a set of noalias scopes in some domain that is a superset of the alias
// scopes in that domain of some other instruction, then the two memory
// accesses are assumed not to alias.
//
OpenPOWER on IntegriCloud