s/std::vector/SmallVector/
[oota-llvm.git] / lib / Target / Mips / MipsMCAsmInfo.h
index 33a4b5edb258f21197845dd30c36df5515ed59df..15a867ead53e7762ab877274cbc062ccc22fa9de 100644 (file)
 #ifndef MIPSTARGETASMINFO_H
 #define MIPSTARGETASMINFO_H
 
+#include "llvm/ADT/StringRef.h"
 #include "llvm/MC/MCAsmInfo.h"
 
 namespace llvm {
   class Target;
-  class StringRef;
   
   class MipsMCAsmInfo : public MCAsmInfo {
   public:
-    explicit MipsMCAsmInfo(const Target &T, const StringRef &TT);
+    explicit MipsMCAsmInfo(const Target &T, StringRef TT);
   };
 
 } // namespace llvm