Index: src/IceTranslator.h |
diff --git a/src/IceTranslator.h b/src/IceTranslator.h |
index cd5a8d6b7cef9cc0044875ec680d174fbb59aa1a..6b35b25f97ae43167f18ed773227e2cb57c352f5 100644 |
--- a/src/IceTranslator.h |
+++ b/src/IceTranslator.h |
@@ -45,7 +45,7 @@ public: |
/// Translates the constructed ICE function Fcn to machine code. |
/// Takes ownership of Func. |
- void translateFcn(Cfg *Func); |
+ void translateFcn(std::unique_ptr<Cfg> Func); |
/// Emits the constant pool. |
void emitConstants(); |