From 558c36729f8fb6606f06d034c5be6c83e4f4b509 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 10 Oct 2009 22:15:25 +0000 Subject: [PATCH] fix broken link git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83738 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes-2.6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index c2c6c1eba34..910257dbdc9 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -786,7 +786,7 @@ releases of LLVM.

  • The new 'Triple ' class centralizes a lot of logic that reasons about target triples.
  • -
  • The new ' +
  • The new ' llvm_report_error()' set of APIs allows tools to embed the LLVM optimizer and backend and recover from previously unrecoverable errors.
  • LLVM has new abstractions for