[PATCH] D18594: CodeGen: Add a stand-alone hazard recognizer pass

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 09:05:36 PDT 2016


arsenm added a subscriber: arsenm.

================
Comment at: lib/CodeGen/PostRAHazardRecognizer.cpp:100
@@ +99,3 @@
+  }
+  delete HazardRec;
+  return true;
----------------
Should use unique_ptr


http://reviews.llvm.org/D18594





More information about the llvm-commits mailing list