From 59b5ce4c6344eea442345f2f5446b932894548f1 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Mon, 13 Oct 2008 17:12:51 +0000
Subject: [PATCH] final note.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57446 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 24317da3356..eff42f31f58 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -308,6 +308,8 @@ faster:
fast isel
Selection dag speedups
asmwriter + raw_ostream -> fastah
+Partitioned Boolean Quadratic Programming (PBQP) based register
+allocator.
...