From 56ae12b99b643ab038fd9ee30c581c5ed24e338b Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Wed, 13 Jan 2016 16:30:44 +0000 Subject: [PATCH] fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257611 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AliasAnalysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AliasAnalysis.rst b/docs/AliasAnalysis.rst index fe7fcbd4bc5..e69dafd81a8 100644 --- a/docs/AliasAnalysis.rst +++ b/docs/AliasAnalysis.rst @@ -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. -- 2.34.1