i965: Note that write-after-write dependencies are blocking.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Matt Turner 2013-03-28 10:46:17 -07:00
parent f91e371fee
commit 7997e59b65
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
*
* The basic model of the list scheduler is to take a basic block,
* compute a DAG of the dependencies (RAW ordering with latency, WAW
* ordering, WAR ordering), and make a list of the DAG heads.
* ordering with latency, WAR ordering), and make a list of the DAG heads.
* Heuristically pick a DAG head, then put all the children that are
* now DAG heads into the list of things to schedule.
*