diff options
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineScheduler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp index e8c9562..9ae4ffb 100644 --- a/llvm/lib/CodeGen/MachineScheduler.cpp +++ b/llvm/lib/CodeGen/MachineScheduler.cpp @@ -101,6 +101,7 @@ cl::opt<bool> MISchedDumpReservedCycles( #else const bool ViewMISchedDAGs = false; const bool PrintDAGs = false; +const bool MISchedDumpReservedCycles = false; #endif // NDEBUG } // end namespace llvm |