Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / MCJIT.h
index 09c1bae24e31f764983d39a1ae46cb291fc6a0bc..8fb7474357ce7258e2892695063f6edbd185dc2d 100644 (file)
@@ -76,7 +76,7 @@ public:
 
 private:
   MCJIT *ParentEngine;
-  OwningPtr<RTDyldMemoryManager> ClientMM;
+  std::unique_ptr<RTDyldMemoryManager> ClientMM;
 };
 
 // About Module states: added->loaded->finalized.