summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2016-01-13 16:46:41 +0000
committerSanjay Patel <spatel@rotateright.com>2016-01-13 16:46:41 +0000
commit7169960f3d1d02d679ac216a958bb775affbafa7 (patch)
tree82f7eb71fb054567ac149fbc286a5f3cead9c238 /llvm/docs
parent5a009c162a9a075a26d40fb2ab69d5c3b1bf8b34 (diff)
downloadbcm5719-llvm-7169960f3d1d02d679ac216a958bb775affbafa7.tar.gz
bcm5719-llvm-7169960f3d1d02d679ac216a958bb775affbafa7.zip
fix typo
llvm-svn: 257617
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/AliasAnalysis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AliasAnalysis.rst b/llvm/docs/AliasAnalysis.rst
index e69dafd81a8..e055b4e1afb 100644
--- a/llvm/docs/AliasAnalysis.rst
+++ b/llvm/docs/AliasAnalysis.rst
@@ -190,7 +190,7 @@ this property are side-effect free, only depending on their input arguments and
the state of memory when they are called. This property allows calls to these
functions to be eliminated and moved around, as long as there is no store
instruction that changes the contents of memory. Note that all functions that
-satisfy the ``doesNotAccessMemory`` method also satisfies ``onlyReadsMemory``.
+satisfy the ``doesNotAccessMemory`` method also satisfy ``onlyReadsMemory``.
Writing a new ``AliasAnalysis`` Implementation
==============================================
OpenPOWER on IntegriCloud