[mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal IR...
[oota-llvm.git] / lib / Target / Hexagon / HexagonMachineScheduler.h
index 171193e230764c2338469bdd0341686bfebad23f..8ac333fa7db312d15c3aca8a5d8a8412a673bc4b 100644 (file)
@@ -233,7 +233,7 @@ protected:
                                SchedCandidate &Candidate);
 #ifndef NDEBUG
   void traceCandidate(const char *Label, const ReadyQueue &Q, SUnit *SU,
-                      PressureElement P = PressureElement());
+                      PressureChange P = PressureChange());
 #endif
 };