[llvm-commits] [llvm] r157428 - /llvm/trunk/lib/CodeGen/MachineScheduler.cpp

Eric Christopher echristo at apple.com
Tue May 29 17:00:51 PDT 2012


On May 24, 2012, at 3:11 PM, Andrew Trick <atrick at apple.com> wrote:

> +/// ReadyQ encapsulates vector of "ready" SUnits with basic convenience methods
> +/// for pushing and removing nodes. ReadyQ's are uniquely identified by an
> +/// ID. SUnit::NodeQueueId us a mask of the ReadyQs that the SUnit is in.
> +class ReadyQueue {

Rename comments? :)

-eric



More information about the llvm-commits mailing list