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

docs/AliasAnalysis.rst

index fe7fcbd4bc50f5d181ba06df7a42bad02bdf08b6..e69dafd81a82ff05e82667f51a629be4ae8c2a17 100644 (file)
@@ -634,7 +634,7 @@ transformations:
 * It uses mod/ref information to hoist function calls out of loops that do not
   write to memory and are loop-invariant.
 
-* If uses alias information to promote memory objects that are loaded and stored
+* It uses alias information to promote memory objects that are loaded and stored
   to in loops to live in a register instead.  It can do this if there are no may
   aliases to the loaded/stored memory location.