From: Dan Gohman Date: Thu, 18 Feb 2010 18:22:41 +0000 (+0000) Subject: Fix a typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a52eeb93e0db78bfdc7845a8a0406c4ff602499a;p=oota-llvm.git Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96597 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AdvancedGetElementPtr.html b/docs/AdvancedGetElementPtr.html index b5efe735538..65ccbc48291 100644 --- a/docs/AdvancedGetElementPtr.html +++ b/docs/AdvancedGetElementPtr.html @@ -45,7 +45,7 @@

Also, GEP carries additional pointer aliasing rules. It's invalid to take a GEP from one object, address into a different separately allocated - object, and deference it. IR producers (front-ends) must follow this rule, + object, and dereference it. IR producers (front-ends) must follow this rule, and consumers (optimizers, specifically alias analysis) benefit from being able to rely on it.