projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48f6a31
)
Fix a typo.
author
Dan Gohman
<gohman@apple.com>
Thu, 18 Feb 2010 18:22:41 +0000
(18:22 +0000)
committer
Dan Gohman
<gohman@apple.com>
Thu, 18 Feb 2010 18:22:41 +0000
(18:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96597
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/AdvancedGetElementPtr.html
patch
|
blob
|
history
diff --git
a/docs/AdvancedGetElementPtr.html
b/docs/AdvancedGetElementPtr.html
index b5efe735538f0037b52a77b219680e363985c479..65ccbc4829153ea31bec33a53c4f91f4ccd5c074 100644
(file)
--- 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 de
re
ference it. IR producers (front-ends) must follow this rule,
and consumers (optimizers, specifically alias analysis) benefit from being
able to rely on it.</p>