1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Fix VC++ compilation error.

llvm-svn: 25604
This commit is contained in:
Jeff Cohen 2006-01-25 17:17:49 +00:00
parent c368fb710f
commit 7d0e421a42

View File

@ -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)) {