From: Gabor Greif
Date: Sun, 11 Oct 2009 11:44:34 +0000 (+0000)
Subject: catch some other serial commas that my earlier grep did not spot
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3baca51cca19c78c4b6e74d813402661126bcec7;p=oota-llvm.git
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
---
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html
index f080802d4da..f97310d3fe0 100644
--- a/docs/ReleaseNotes-2.6.html
+++ b/docs/ReleaseNotes-2.6.html
@@ -458,12 +458,12 @@ in this section.
LLVM 2.6 includes several major new capabilities:
required.
The getABITypeSize methods are now called getAllocSize.
The Add, Sub and Mul 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 FAdd,
FSub and FMul. In the IRBuilder API,
CreateAdd, CreateSub, CreateMul and