mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 22:20:43 +00:00
Fix typo: qual -> equal
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230361 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
989ffa936e
commit
16310941b4
@ -2981,7 +2981,7 @@ collection of memory access instructions that carry ``alias.scope`` metadata.
|
||||
Each type of metadata specifies a list of scopes where each scope has an id and
|
||||
a domain. When evaluating an aliasing query, if for some some domain, the set
|
||||
of scopes with that domain in one instruction's ``alias.scope`` list is a
|
||||
subset of (or qual to) the set of scopes for that domain in another
|
||||
subset of (or equal to) the set of scopes for that domain in another
|
||||
instruction's ``noalias`` list, then the two memory accesses are assumed not to
|
||||
alias.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user