[llvm] r305967 - Fix build.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 16:02:57 PDT 2017


Author: rafael
Date: Wed Jun 21 18:02:57 2017
New Revision: 305967

URL: http://llvm.org/viewvc/llvm-project?rev=305967&view=rev
Log:
Fix build.

Modified:
    llvm/trunk/lib/Target/SystemZ/SystemZMachineScheduler.cpp

Modified: llvm/trunk/lib/Target/SystemZ/SystemZMachineScheduler.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZMachineScheduler.cpp?rev=305967&r1=305966&r2=305967&view=diff
==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZMachineScheduler.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZMachineScheduler.cpp Wed Jun 21 18:02:57 2017
@@ -23,7 +23,7 @@ using namespace llvm;
 #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());




More information about the llvm-commits mailing list