diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-08-17 03:26:50 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-08-17 03:26:50 +0000 |
| commit | 4a5dfeeeaafe3acd086c841527c530cdfc146403 (patch) | |
| tree | b70f05ec2f8012bbeb7f3cdf40c27f370aa18ed9 /docs | |
| parent | 7fdf87ff90eeb2e2b4be53c62ab4b73c73d557d1 (diff) | |
Fix validation problem
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/GetElementPtr.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GetElementPtr.html b/docs/GetElementPtr.html index 13df3f46f2..dacc341bf1 100644 --- a/docs/GetElementPtr.html +++ b/docs/GetElementPtr.html @@ -88,8 +88,8 @@ <pre> X = &Foo[0].F;</pre> <p>Sometimes this question gets rephrased as:</p> - <blockquote><i>Why is it okay to index through the first pointer, but - subsequent pointers won't be dereferenced?</i></blockquote> + <blockquote><p><i>Why is it okay to index through the first pointer, but + subsequent pointers won't be dereferenced?</i></p></blockquote> <p>The answer is simply because memory does not have to be accessed to perform the computation. The first operand to the GEP instruction must be a value of a pointer type. The value of the pointer is provided directly to |
