further simplify run options, thanks to gordonh for pointing this out
[oota-llvm.git] / docs / CodeGenerator.html
index b454b6b9d0b9055b1dc2021cbdbf6f1936ea4d8b..bb4119c767cf82b6cdea2148a28b0cf4033a3a6e 100644 (file)
@@ -862,7 +862,11 @@ of the code compiled (if you only get errors printed to the console while using
 this, you probably <a href="ProgrammersManual.html#ViewGraph">need to configure
 your system</a> to add support for it).  The <tt>-view-sched-dags</tt> option
 views the SelectionDAG output from the Select phase and input to the Scheduler
-phase.</p>
+phase.  The <tt>-view-sunit-dags</tt> option views the ScheduleDAG, which is
+based on the final SelectionDAG, with nodes that must be scheduled as a unit
+bundled together into a single node, and with immediate operands and other
+nodes that aren't relevent for scheduling omitted.
+</p>
 
 </div>