mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
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:
parent
3ebf994b9a
commit
2a8e6186e9
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user