summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-04-22 13:50:46 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-04-22 13:50:46 +0000
commitc0287baced71e47bae49a5af511012aa8dce34fa (patch)
treea2ac0df2feb3e23f7d354408df4c09f45087d886 /docs/ReleaseNotes.html
parent9e385b1367368155c158dd8535fc548866173536 (diff)
downloadllvm-c0287baced71e47bae49a5af511012aa8dce34fa.tar.gz
llvm-c0287baced71e47bae49a5af511012aa8dce34fa.tar.bz2
llvm-c0287baced71e47bae49a5af511012aa8dce34fa.tar.xz
Fixing small typos in the "New Useful APIs" section of the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102062 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e9aea6c54e..0a9691c914 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -729,7 +729,7 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html">
use this to make more accurate estimates of the code size impact of various
optimizations.</li>
<li>A new <a href="http://llvm.org/doxygen/InstructionSimplify_8h-source.html">
- llvm/Analysis/InstructionSimplify.h</a> interface available for doing
+ llvm/Analysis/InstructionSimplify.h</a> interface is available for doing
symbolic simplification of instructions (e.g. <tt>a+0</tt> -&gt; <tt>a</tt>)
without requiring the instruction to exist. This centralizes a lot of
ad-hoc symbolic manipulation code scattered in various passes.</li>
@@ -737,9 +737,9 @@ href="http://blog.llvm.org/2010/04/arm-advanced-simd-neon-intrinsics-and.html">
href="http://llvm.org/doxygen/SSAUpdater_8h-source.html">SSAUpdater</a>
class which efficiently supports
doing unstructured SSA update operations. This centralized a bunch of code
- scattered through various passes (e.g. jump threading, lcssa, loop rotate,
- etc) for doing this sort of thing. The code generator has an similar
- <a href="http://llvm.org/doxygen/MachineSSAUpdater_8h-source.html">
+ scattered throughout various passes (e.g. jump threading, lcssa,
+ loop rotate, etc) for doing this sort of thing. The code generator has a
+ similar <a href="http://llvm.org/doxygen/MachineSSAUpdater_8h-source.html">
MachineSSAUpdater</a> class.</li>
<li>The <a href="http://llvm.org/doxygen/Regex_8h-source.html">
llvm/Support/Regex.h</a> header exposes a platform independent regular