mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Fix VC++ compilation error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7558b0e80c
commit
44c687d0af
@ -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…
x
Reference in New Issue
Block a user