From: Dan Gohman
Date: Thu, 5 Jun 2008 15:46:36 +0000 (+0000)
Subject: Add a note mentioning --view-sunit-dags improvements.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=809d91e306ffc09b3ee5d017bad46310f91dfe26;p=oota-llvm.git
Add a note mentioning --view-sunit-dags improvements.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52008 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 7720bf442d0..9222009c4ed 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -202,6 +202,8 @@ faster:
non-power-of-2 integer sizes.
Support for 128-bit integers on X86-64.
Several compile time speedups for code with large basic blocks.
+Several improvements which make llc's --view-sunit-dags
+ visualization of scheduling dependency graphs easier to understand.