diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-18 18:22:41 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-18 18:22:41 +0000 |
commit | a52eeb93e0db78bfdc7845a8a0406c4ff602499a (patch) | |
tree | 55471d6872f4f1f9f917bd5669a525817c92a708 | |
parent | 48f6a3175a195ff58b23fd0c82f3890a2d5d7366 (diff) |
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96597 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/AdvancedGetElementPtr.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AdvancedGetElementPtr.html b/docs/AdvancedGetElementPtr.html index b5efe73553..65ccbc4829 100644 --- a/docs/AdvancedGetElementPtr.html +++ b/docs/AdvancedGetElementPtr.html @@ -45,7 +45,7 @@ <p>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.</p> |