Fix some cases where StringRef was being passed by const reference. Remove const...
[oota-llvm.git] / lib / Target / NVPTX / MCTargetDesc / NVPTXMCAsmInfo.h
index c4141420f34f90417bb2875bb79bcf7d092bc72c..c3242866b177237d6946358eea61327abbf86ec0 100644 (file)
@@ -23,7 +23,7 @@ class StringRef;
 class NVPTXMCAsmInfo : public MCAsmInfo {
   virtual void anchor();
 public:
-  explicit NVPTXMCAsmInfo(const StringRef &TT);
+  explicit NVPTXMCAsmInfo(StringRef TT);
 };
 } // namespace llvm