mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257617 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ef672de8d
commit
57353d1bcc
@ -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
|
||||
==============================================
|
||||
|
Loading…
Reference in New Issue
Block a user