From c0287baced71e47bae49a5af511012aa8dce34fa Mon Sep 17 00:00:00 2001 From: Wesley Peck Date: Thu, 22 Apr 2010 13:50:46 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e9aea6c54ed..0a9691c9142 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.
  • A new - llvm/Analysis/InstructionSimplify.h interface available for doing + llvm/Analysis/InstructionSimplify.h interface is available for doing symbolic simplification of instructions (e.g. a+0 -> a) without requiring the instruction to exist. This centralizes a lot of ad-hoc symbolic manipulation code scattered in various passes.
  • @@ -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 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 - + scattered throughout various passes (e.g. jump threading, lcssa, + loop rotate, etc) for doing this sort of thing. The code generator has a + similar MachineSSAUpdater class.
  • The llvm/Support/Regex.h header exposes a platform independent regular -- 2.34.1