Fix validation problem
authorChris Lattner <sabre@nondot.org>
Thu, 17 Aug 2006 03:26:50 +0000 (03:26 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 Aug 2006 03:26:50 +0000 (03:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29745 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GetElementPtr.html

index 13df3f46f2b1b39c09ebf076c3ee04ed66f9d097..dacc341bf1c71fab75e3b5a36257c5b1ae2b7eb5 100644 (file)
@@ -88,8 +88,8 @@
   <pre>
   X = &amp;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