1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Fixing small typos in the "New Useful APIs" section of the release notes.

llvm-svn: 102062
This commit is contained in:
Wesley Peck 2010-04-22 13:50:46 +00:00
parent 7f83cbe232
commit dc9ba0134b

View File

@ -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 use this to make more accurate estimates of the code size impact of various
optimizations.</li> optimizations.</li>
<li>A new <a href="http://llvm.org/doxygen/InstructionSimplify_8h-source.html"> <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>) 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 without requiring the instruction to exist. This centralizes a lot of
ad-hoc symbolic manipulation code scattered in various passes.</li> 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> href="http://llvm.org/doxygen/SSAUpdater_8h-source.html">SSAUpdater</a>
class which efficiently supports class which efficiently supports
doing unstructured SSA update operations. This centralized a bunch of code doing unstructured SSA update operations. This centralized a bunch of code
scattered through various passes (e.g. jump threading, lcssa, loop rotate, scattered throughout various passes (e.g. jump threading, lcssa,
etc) for doing this sort of thing. The code generator has an similar loop rotate, etc) for doing this sort of thing. The code generator has a
<a href="http://llvm.org/doxygen/MachineSSAUpdater_8h-source.html"> similar <a href="http://llvm.org/doxygen/MachineSSAUpdater_8h-source.html">
MachineSSAUpdater</a> class.</li> MachineSSAUpdater</a> class.</li>
<li>The <a href="http://llvm.org/doxygen/Regex_8h-source.html"> <li>The <a href="http://llvm.org/doxygen/Regex_8h-source.html">
llvm/Support/Regex.h</a> header exposes a platform independent regular llvm/Support/Regex.h</a> header exposes a platform independent regular