forked from OSchip/llvm-project
parent
1092a02619
commit
fb20616aa6
|
@ -341,7 +341,7 @@ static bool isChainUse(SDNode *N, SDNode *UseN) {
|
|||
}
|
||||
|
||||
void ScheduleDAGList::BuildSchedUnits() {
|
||||
for (unsigned i = 0, N = NodeCount; i < N; i++) {
|
||||
for (unsigned i = 0, NC = NodeCount; i < NC; i++) {
|
||||
NodeInfo *NI = &Info[i];
|
||||
SDNode *N = NI->Node;
|
||||
if (!isPassiveNode(N)) {
|
||||
|
|
Loading…
Reference in New Issue