[PM] Actually add the new pass manager support for the assumption cache.
[oota-llvm.git] / include / llvm / CodeGen / ResourcePriorityQueue.h
index 7ae9111028e5c437b3b7912ffb1cd79685906a32..114fe7c35b827d9a7330220187f4a4a8cc4d1ebf 100644 (file)
@@ -92,7 +92,7 @@ namespace llvm {
     void updateNode(const SUnit *SU) override {}
 
     void releaseState() override {
-      SUnits = 0;
+      SUnits = nullptr;
     }
 
     unsigned getLatency(unsigned NodeNum) const {