mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 16:17:38 +00:00
misched preparation: rename core scheduler methods for consistency.
We had half the API with one convention, half with another. Now was a good time to clean it up. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152255 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -470,7 +470,7 @@ signed ResourcePriorityQueue::SUSchedulingCost(SUnit *SU) {
|
||||
|
||||
|
||||
/// Main resource tracking point.
|
||||
void ResourcePriorityQueue::ScheduledNode(SUnit *SU) {
|
||||
void ResourcePriorityQueue::scheduledNode(SUnit *SU) {
|
||||
// Use NULL entry as an event marker to reset
|
||||
// the DFA state.
|
||||
if (!SU) {
|
||||
|
||||
Reference in New Issue
Block a user