Fix typo: qual -> equal

llvm-svn: 230361
This commit is contained in:
Arch D. Robison 2015-02-24 20:11:49 +00:00
parent ea163d9fa8
commit 96cf7abf4d
1 changed files with 1 additions and 1 deletions

View File

@ -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.