From 7c5025bbee35cc1ad44915414261bba8d652dccd Mon Sep 17 00:00:00 2001
From: Benjamin Kramer
Date: Fri, 25 Nov 2011 21:26:00 +0000
Subject: [PATCH] shpelling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145138 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0d15ee5457c..e0376460152 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -520,7 +520,7 @@ be used to verify some algorithms.
its own interpreter. Pragmatic Smalltalk is a dialect of Smalltalk, built on
top of LanguageKit, that interfaces directly with Objective-C, sharing the
same object representation and message sending behaviour. These projects are
- developed as part of the Étoié desktop environment.
+ developed as part of the Étoilé desktop environment.
@@ -802,7 +802,7 @@ Information about branch probability and basic block frequency is now available
Converting from the old EH API to the new EH API is rather simple, because a
lot of complexity has been removed. The two intrinsics,
@llvm.eh.exception
and @llvm.eh.selector
have been
- superceded by the landingpad
instruction. Instead of generating
+ superseded by the landingpad
instruction. Instead of generating
a call to @llvm.eh.exception
and @llvm.eh.selector
:
@@ -1112,7 +1112,7 @@ compiler and provides better integration with the platform ABI as a result.
"
load volatile
"/"
store volatile
". The old
syntax ("
volatile load
"/"
volatile store
")
is still accepted, but is now considered deprecated.
-
The old atomic intrinscs (llvm.memory.barrier
and
+ The old atomic intrinsics (llvm.memory.barrier
and
llvm.atomic.*
) are now gone. Please use the new atomic
instructions, described in the atomics guide.
@@ -1140,9 +1140,9 @@ compiler and provides better integration with the platform ABI as a result.
LLVM API changes are:
- - The biggest and most pervasive change is that llvm::Type's are no longer
+
- The biggest and most pervasive change is that llvm::Types are no longer
returned or accepted as 'const' values. Instead, just pass around
- non-const Type's.
+ non-const Types.
PHINode::reserveOperandSpace
has been removed. Instead, you
must specify how many operands to reserve space for when you create the