From cade822c5499d2afa3de4aa63247263e4a8322b7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Mar 2009 19:07:24 +0000 Subject: [PATCH] update blurb per Shannon Weyrick. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65856 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b40d2d414ee..edaecd1f0d0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -257,9 +257,9 @@ fully featured as the original DMD compiler from DigitalMars.

Roadsend PHP (rphp) is an open -source compiler for the PHP programming language that uses LLVM for its -optimizer, JIT, and static compiler. This is a reimplementation of an earlier -project that is now based on the LLVM.

+source implementation of the PHP programming +language that uses LLVM for its optimizer, JIT, and static compiler. This is a +reimplementation of an earlier project that is now based on LLVM.