fix typo
authorSanjay Patel <spatel@rotateright.com>
Wed, 13 Jan 2016 17:23:52 +0000 (17:23 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 13 Jan 2016 17:23:52 +0000 (17:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257626 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScopedNoAliasAA.cpp

index 029997adab9ed215bda0c2079012d1047a8c53f1..486f3a583284f85bc290723991a026d44baea3b8 100644 (file)
@@ -26,7 +26,7 @@
 // ... = load %ptr2, !alias.scope !{ !scope1, !scope2 }, !noalias !{ !scope1 }
 //
 // When evaluating an aliasing query, if one of the instructions is associated
 // ... = load %ptr2, !alias.scope !{ !scope1, !scope2 }, !noalias !{ !scope1 }
 //
 // When evaluating an aliasing query, if one of the instructions is associated
-// has a set of noalias scopes in some domain that is superset of the alias
+// has a set of noalias scopes in some domain that is superset of the alias
 // scopes in that domain of some other instruction, then the two memory
 // accesses are assumed not to alias.
 //
 // scopes in that domain of some other instruction, then the two memory
 // accesses are assumed not to alias.
 //