Don't break the optimized build (by incorrect placement of #endif)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-01-25 21:49:13 +00:00
parent 3ebf994b9a
commit 2a8e6186e9

View File

@ -270,8 +270,8 @@ void ScheduleDAGList::ListSchedule() {
std::cerr << " has not been scheduled!\n";
assert(0);
}
#endif
}
#endif
// Reverse the order if it is bottom up.