From ce616c28efbec60e04134ed9134425dfb6c75945 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 10 Oct 2009 22:15:25 +0000 Subject: [PATCH] fix broken link llvm-svn: 83738 --- 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