diff options
| author | Gabor Greif <ggreif@gmail.com> | 2009-10-12 16:13:36 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2009-10-12 16:13:36 +0000 |
| commit | 1a093f3022093ec1d9e7de73b927a414b1670b17 (patch) | |
| tree | 05757f3c8aeed97d24425542a92054a9a2ba1ee9 /llvm/docs | |
| parent | aa9b0ba7db2b703ac22ac618f2f78d11a3371ca7 (diff) | |
| download | bcm5719-llvm-1a093f3022093ec1d9e7de73b927a414b1670b17.tar.gz bcm5719-llvm-1a093f3022093ec1d9e7de73b927a414b1670b17.zip | |
fix three validation errors, I leave the fourth to sabre :-)
llvm-svn: 83851
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index a5cd5e0abaa..5aa8d010f7e 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/docs/ReleaseNotes-2.6.html @@ -574,7 +574,6 @@ release includes a few major enhancements and additions to the optimizers:</p> inlining similar arrays from multiple callees into one caller.</li> <li>LLVM includes a new experimental Static Single Information (SSI) construction pass.</li> -</li> </ul> @@ -702,7 +701,7 @@ it run faster:</p> reference logic to one place (<tt>X86Subtarget::ClassifyGlobalReference</tt>) which makes it easier to reason about.</li> -</li> + </ul> </div> @@ -753,8 +752,6 @@ supports both the Thumb2 and Advanced SIMD (Neon) instruction sets.</li> <li>The ARM calling convention code is now tblgen generated instead of resorting to C++ code.</li> -</li> - <p>These features are still somewhat experimental and subject to change. The Neon intrinsics, in particular, may change in future |

