Don't break the optimized build (by incorrect placement of #endif)
llvm-svn: 25613
This commit is contained in:
parent
1d0b33afc3
commit
5edde66863
|
|
@ -270,8 +270,8 @@ void ScheduleDAGList::ListSchedule() {
|
||||||
std::cerr << " has not been scheduled!\n";
|
std::cerr << " has not been scheduled!\n";
|
||||||
assert(0);
|
assert(0);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Reverse the order if it is bottom up.
|
// Reverse the order if it is bottom up.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue