mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Release build: guard dump functions with "ifndef NDEBUG"
No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163339 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -240,6 +240,7 @@ void SchedulePostRATDList::exitRegion() {
|
||||
ScheduleDAGInstrs::exitRegion();
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
/// dumpSchedule - dump the scheduled Sequence.
|
||||
void SchedulePostRATDList::dumpSchedule() const {
|
||||
for (unsigned i = 0, e = Sequence.size(); i != e; i++) {
|
||||
@@ -249,6 +250,7 @@ void SchedulePostRATDList::dumpSchedule() const {
|
||||
dbgs() << "**** NOOP ****\n";
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
bool PostRAScheduler::runOnMachineFunction(MachineFunction &Fn) {
|
||||
TII = Fn.getTarget().getInstrInfo();
|
||||
|
||||
Reference in New Issue
Block a user