mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
misched: comments from code review.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -701,9 +701,9 @@ void ScheduleDAGMI::placeDebugValues() {
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
/// ReadyQ encapsulates vector of "ready" SUnits with basic convenience methods
|
/// ReadyQueue encapsulates vector of "ready" SUnits with basic convenience
|
||||||
/// for pushing and removing nodes. ReadyQ's are uniquely identified by an
|
/// methods for pushing and removing nodes. ReadyQueue's are uniquely identified
|
||||||
/// ID. SUnit::NodeQueueId us a mask of the ReadyQs that the SUnit is in.
|
/// by an ID. SUnit::NodeQueueId is a mask of the ReadyQueues the SUnit is in.
|
||||||
class ReadyQueue {
|
class ReadyQueue {
|
||||||
unsigned ID;
|
unsigned ID;
|
||||||
std::string Name;
|
std::string Name;
|
||||||
|
|||||||
Reference in New Issue
Block a user