mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 23:13:27 +00:00
misched: comments from code review.
llvm-svn: 157975
This commit is contained in:
parent
4e37f536bf
commit
79a7c2d584
@ -701,9 +701,9 @@ void ScheduleDAGMI::placeDebugValues() {
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
namespace {
|
||||
/// 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.
|
||||
/// ReadyQueue encapsulates vector of "ready" SUnits with basic convenience
|
||||
/// methods for pushing and removing nodes. ReadyQueue's are uniquely identified
|
||||
/// by an ID. SUnit::NodeQueueId is a mask of the ReadyQueues the SUnit is in.
|
||||
class ReadyQueue {
|
||||
unsigned ID;
|
||||
std::string Name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user