From: Dan Gohman
Date: Thu, 22 Apr 2010 20:47:28 +0000 (+0000)
Subject: The post-RA scheduler is currently off by default on x86.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d64d12dfcb811d361454ebf309ee3509bf67688f;p=oota-llvm.git
The post-RA scheduler is currently off by default on x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102124 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e25f44ea9e0..f7d66668986 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -712,8 +712,6 @@ it run faster:
registers, making the code generator more aggressive in cases where scalars
and vector types are mixed.
-PostRA scheduler for X86? FIXME: is this on by default in 2.7?
-