From: Duncan Sands Date: Wed, 6 Apr 2011 08:07:40 +0000 (+0000) Subject: Fix some typos. Minor tweaks to how some things were expressed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3ba7afde006afd3a63fd3a76842c83146022553;p=oota-llvm.git Fix some typos. Minor tweaks to how some things were expressed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128997 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index f06bc6f8a21..5e8c2526d28 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -114,10 +114,9 @@ implemented (such as rvalue references and variadic templates). LLVM 2.9 has also brought in a large range of bug fixes and minor features (e.g. __label__ support), and is much more compatible with the Linux Kernel.

-

If Clang rejects your code that is built with another compiler, please take a +

If Clang rejects your code but another compiler accepts it, please take a look at the language -compatibility guide to make sure the issue isn't intentional or a known -issue. +compatibility guide to make sure this is not intentional or a known issue.

@@ -727,7 +726,7 @@ from the previous release.

  • The LoopIndexSplit, LiveValues, SimplifyHalfPowrLibCalls, GEPSplitter, and PartialSpecialization passes were removed. They were unmaintained, - buggy, or decided to be a bad idea.
  • + buggy, or deemed to be a bad idea.