[PATCH] D141707: [CodeGen] Fix build failure due to missing declaration.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 10:45:17 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc3c6d47c45bc: [CodeGen] Fix build failure due to missing declaration. (authored by fpetrogalli).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141707/new/
https://reviews.llvm.org/D141707
Files:
llvm/lib/CodeGen/MachineScheduler.cpp
Index: llvm/lib/CodeGen/MachineScheduler.cpp
===================================================================
--- llvm/lib/CodeGen/MachineScheduler.cpp
+++ llvm/lib/CodeGen/MachineScheduler.cpp
@@ -101,6 +101,7 @@
#else
const bool ViewMISchedDAGs = false;
const bool PrintDAGs = false;
+const bool MISchedDumpReservedCycles = false;
#endif // NDEBUG
} // end namespace llvm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141707.489067.patch
Type: text/x-patch
Size: 384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230113/a45629ba/attachment.bin>
More information about the llvm-commits
mailing list