diff options
author | Dan Gohman <gohman@apple.com> | 2008-11-24 17:18:39 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-11-24 17:18:39 +0000 |
commit | 8ef449828f94a02478852a1a4d81aa4dff477d9d (patch) | |
tree | 2a94ddbfdaa3f777474f88900e487284c57510e5 /llvm/docs/FAQ.html | |
parent | efc8c7a2924ec193378456ffb2d4339f577dfc7a (diff) | |
download | bcm5719-llvm-8ef449828f94a02478852a1a4d81aa4dff477d9d.tar.gz bcm5719-llvm-8ef449828f94a02478852a1a4d81aa4dff477d9d.zip |
Fix a few HTML tidiness issues.
llvm-svn: 59966
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 6b31d961e20..2d96195129a 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -61,7 +61,7 @@ <li><a href="#langs">What source languages are supported?</a></li> <li><a href="#langirgen">I'd like to write a self-hosting LLVM compiler. How should I interface with the LLVM middle-end optimizers and back-end code - generators?</a></div> + generators?</a></li> <li><a href="#langhlsupp">What support is there for higher level source language constructs for building a compiler?</a></li> <li><a href="GetElementPtr.html">I don't understand the GetElementPtr @@ -85,7 +85,7 @@ How can I disable all optimizations when compiling code using the LLVM GCC front end? </li> - <li><a href="#translatec++">Can I use LLVM to convert C++ code to C code?</a></li> + <li><a href="#translatecxx">Can I use LLVM to convert C++ code to C code?</a></li> </ol> </li> @@ -480,7 +480,7 @@ using <tt>llvm-gcc</tt> instead.</p> of running optimizations, linking, and executable generation.</p> </div> -<div class="question"><p><a name="langhlsupp"> +<div class="question"><p><a name="getelementptr"> I don't understand the GetElementPtr instruction. Help!</a></p> </div> <div class="answer"> @@ -565,7 +565,7 @@ code that you desire. <div class="question"> <p> -<a name="translatec++">Can I use LLVM to convert C++ code to C code?</a> +<a name="translatecxx">Can I use LLVM to convert C++ code to C code?</a> </p> </div> |