summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-02-17 22:50:12 +0000
committerDan Gohman <gohman@apple.com>2010-02-17 22:50:12 +0000
commitfb39487dcced026e539e1296bc0ed91fcf4822ca (patch)
tree68d8a1a87658304e784d6a6da0e1770b730dcce6
parentf51af9d2017ab7062c77dd9c6073d082b668854c (diff)
downloadbcm5719-llvm-fb39487dcced026e539e1296bc0ed91fcf4822ca.tar.gz
bcm5719-llvm-fb39487dcced026e539e1296bc0ed91fcf4822ca.zip
HTML validation fixes.
llvm-svn: 96527
-rw-r--r--llvm/docs/AdvancedGetElementPtr.html26
1 files changed, 12 insertions, 14 deletions
diff --git a/llvm/docs/AdvancedGetElementPtr.html b/llvm/docs/AdvancedGetElementPtr.html
index 128effee092..02d1e321218 100644
--- a/llvm/docs/AdvancedGetElementPtr.html
+++ b/llvm/docs/AdvancedGetElementPtr.html
@@ -324,20 +324,18 @@
<div class="doc_text">
<p>The design of GEP has the following goals, in rough unofficial
order of priority:</p>
- <p>
- <ol>
- <li>Support C, C-like languages, and languages which can be
- conceptually lowered into C (this covers a lot).</li>
- <li>Support optimizations such as those that are common in
- C compilers.</li>
- <li>Provide a consistent method for computing addresses so that
- address computations don't need to be a part of load and
- store instructions in the IR.</li>
- <li>Support non-C-like languages, to the extent that it doesn't
- interfere with other goals.</li>
- <li>Minimize target-specific information in the IR.</li>
- </ol>
- </p>
+ <ol>
+ <li>Support C, C-like languages, and languages which can be
+ conceptually lowered into C (this covers a lot).</li>
+ <li>Support optimizations such as those that are common in
+ C compilers.</li>
+ <li>Provide a consistent method for computing addresses so that
+ address computations don't need to be a part of load and
+ store instructions in the IR.</li>
+ <li>Support non-C-like languages, to the extent that it doesn't
+ interfere with other goals.</li>
+ <li>Minimize target-specific information in the IR.</li>
+ </ol>
</div>
<!-- *********************************************************************** -->
OpenPOWER on IntegriCloud