Reduce the size of MCRelaxableFragment.
[oota-llvm.git] / lib / Target / Sparc / AsmParser / SparcAsmParser.cpp
index c739efb7814397a23ad1c31474008eb11c430db4..a55274744fd1ce2017c48a7f9d6ee8ad89dd4cea 100644 (file)
@@ -88,7 +88,7 @@ class SparcAsmParser : public MCTargetAsmParser {
                  SmallVectorImpl<MCInst> &Instructions);
 
 public:
-  SparcAsmParser(MCSubtargetInfo &sti, MCAsmParser &parser,
+  SparcAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser,
                 const MCInstrInfo &MII,
                 const MCTargetOptions &Options)
       : MCTargetAsmParser(Options, sti), Parser(parser) {