summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-10-11 11:44:34 +0000
committerGabor Greif <ggreif@gmail.com>2009-10-11 11:44:34 +0000
commit3baca51cca19c78c4b6e74d813402661126bcec7 (patch)
treefa77b60f1d130da503435da322fe2f4257f0d0b0 /docs
parent56e164f4e06b7a7d92c96eff188192f2756be100 (diff)
downloadllvm-3baca51cca19c78c4b6e74d813402661126bcec7.tar.gz
llvm-3baca51cca19c78c4b6e74d813402661126bcec7.tar.bz2
llvm-3baca51cca19c78c4b6e74d813402661126bcec7.tar.xz
catch some other serial commas that my earlier grep did not spot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes-2.6.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index f080802d4d..f97310d3fe 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -458,12 +458,12 @@ in this section.
<p>LLVM 2.6 includes several major new capabilities:</p>
<ul>
-<li>New <a href="#compiler-rt">compiler-rt</a>, <A href="#klee">KLEE</a>,
+<li>New <a href="#compiler-rt">compiler-rt</a>, <A href="#klee">KLEE</a>
and <a href="#mc">machine code toolkit</a> sub-projects.</li>
<li>Debug information now includes line numbers when optimizations are enabled.
This allows statistical sampling tools like OProfile and Shark to map
samples back to source lines.</li>
-<li>LLVM now includes new experimental backends to support the MSP430, SystemZ,
+<li>LLVM now includes new experimental backends to support the MSP430, SystemZ
and BlackFin architectures.</li>
<li>LLVM supports a new <a href="GoldPlugin.html">Gold Linker Plugin</a> which
enables support for <a href="LinkTimeOptimization.html">transparent
@@ -910,7 +910,7 @@ API changes are:</p>
required.
<li>The <tt>getABITypeSize</tt> methods are now called <tt>getAllocSize</tt>.</li>
<li>The <tt>Add</tt>, <tt>Sub</tt> and <tt>Mul</tt> operators are no longer
- overloaded for floating-point types. Floating-point addition, subtraction,
+ overloaded for floating-point types. Floating-point addition, subtraction
and multiplication are now represented with new operators <tt>FAdd</tt>,
<tt>FSub</tt> and <tt>FMul</tt>. In the <tt>IRBuilder</tt> API,
<tt>CreateAdd</tt>, <tt>CreateSub</tt>, <tt>CreateMul</tt> and