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

llvm-svn: 25613
This commit is contained in:
Reid Spencer 2006-01-25 21:49:13 +00:00
parent 1d0b33afc3
commit 5edde66863
1 changed files with 1 additions and 1 deletions

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.