[PATCH] D34483: Fix build of SystemZ target after r305963
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 16:02:16 PDT 2017
sbc100 created this revision.
Herald added a subscriber: MatzeB.
Testing was only done with a limited set of targets so I
didn't catch this one.
https://reviews.llvm.org/D34483
Files:
lib/Target/SystemZ/SystemZMachineScheduler.cpp
Index: lib/Target/SystemZ/SystemZMachineScheduler.cpp
===================================================================
--- lib/Target/SystemZ/SystemZMachineScheduler.cpp
+++ lib/Target/SystemZ/SystemZMachineScheduler.cpp
@@ -23,7 +23,7 @@
#ifndef NDEBUG
// Print the set of SUs
void SystemZPostRASchedStrategy::SUSet::
-dump(SystemZHazardRecognizer &HazardRec) {
+dump(SystemZHazardRecognizer &HazardRec) const {
dbgs() << "{";
for (auto &SU : *this) {
HazardRec.dumpSU(SU, dbgs());
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34483.103485.patch
Type: text/x-patch
Size: 500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170621/5de4b474/attachment.bin>
More information about the llvm-commits
mailing list