summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-06-09 06:23:45 +0000
committerTanya Lattner <tonic@nondot.org>2008-06-09 06:23:45 +0000
commit12fcf50efc20e27f6d66e3506f7915e77e6b379d (patch)
tree7a014cf369048539c435f737e3a44422c88080a0
parent7972a0a2a7bd80412db9381b283bdfe7c35eee31 (diff)
downloadllvm-12fcf50efc20e27f6d66e3506f7915e77e6b379d.tar.gz
Merge from mainline.
llvm-svn: 52126
-rw-r--r--llvm/docs/ReleaseNotes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 077867814c4e..2f40e47d7566 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -235,7 +235,7 @@ this section.
<tt>llvmc</tt> and to provide a superset of the features of the
'<tt>gcc</tt>' driver.</p>
-<p>The main features of <tt>llvmc2</tt> are:
+ <p>The main features of <tt>llvmc2</tt> are:
<ul>
<li>Extended handling of command line options and smart rules for
dispatching them to different tools.</li>
@@ -246,8 +246,8 @@ this section.
it's relatively easy to add new features.</li>
<li>The definition of driver is transformed into set of C++ classes, thus
no runtime interpretation is needed.</li>
- </ul></p>
- </li>
+ </ul>
+</li>
<li><p>LLVM 2.3 includes a completely rewritten interface for <a
href="LinkTimeOptimization.html">Link Time Optimization</a>. This interface
@@ -285,7 +285,7 @@ front-end. Objective-C now works very well on Mac OS/X.</li>
<li>llvm-gcc 4.2 includes many other fixes which improve conformance with the
relevant parts of the GCC testsuite.</li>
-</ul></p>
+</ul>
</div>