From 16310941b48beabcc83e6bcd7b11f361b72b5e89 Mon Sep 17 00:00:00 2001 From: "Arch D. Robison" Date: Tue, 24 Feb 2015 20:11:49 +0000 Subject: [PATCH] Fix typo: qual -> equal git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230361 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 478355a3070..6b72e74d54d 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -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. -- 2.11.0