From e507fc6eeaddbb12fc6fabf43f6a6ce19651d689 Mon Sep 17 00:00:00 2001
From: Chandler Carruth
Date: Mon, 5 Nov 2012 10:17:00 +0000
Subject: [PATCH] Add a couple of stubs to the release notes for things I
noticed while clearing out my backlog of commit mail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167380 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index a10f541ce73..45a9cc5decb 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -482,9 +482,13 @@ Release Notes.
}
-
+
+
+SROA - We've re-written SROA to be significantly more powerful.
+
+ - Branch weight metadata is preseved through more of the optimizer.
- ...