Update MCSymbolizer and its subclasses' constructors to reflect the fact that
[oota-llvm.git] / include / llvm / MC / MCSymbolizer.h
index 954e9ce416309a335a5c6909e5349080385f57de..4f4ab79d4620acf467c00eea5eb864e71fda2be3 100644 (file)
@@ -46,7 +46,7 @@ protected:
 
 public:
   /// \brief Construct an MCSymbolizer, taking ownership of \p RelInfo.
-  MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> &RelInfo);
+  MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo);
   virtual ~MCSymbolizer();
 
   /// \brief Try to add a symbolic operand instead of \p Value to the MCInst.