diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-22 20:47:28 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-22 20:47:28 +0000 |
commit | d64d12dfcb811d361454ebf309ee3509bf67688f (patch) | |
tree | 9b93472314ac8cb4536c5c81c443642214005689 | |
parent | f81eca0ab908fdcf98ae0efaa75acccc8ba40dc2 (diff) |
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
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e25f44ea9e..f7d6666898 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -712,8 +712,6 @@ it run faster:</p> registers, making the code generator more aggressive in cases where scalars and vector types are mixed.</li> -<li>PostRA scheduler for X86? FIXME: is this on by default in 2.7?</li> - </ul> </div> |