[mips][ias] Replace anchor comments with anchor instructions in tests.
[oota-llvm.git] / lib / MC / MCInstrDesc.cpp
index decc2d84b25205bc1424026a71da1521c6e8b2e1..5be2fa1b30b6aed7f6efa163bc99361dbf1df9ea 100644 (file)
@@ -19,7 +19,7 @@
 
 using namespace llvm;
 
-bool MCInstrDesc::getDeprecatedInfo(MCInst &MI, MCSubtargetInfo &STI,
+bool MCInstrDesc::getDeprecatedInfo(MCInst &MI, const MCSubtargetInfo &STI,
                                     std::string &Info) const {
   if (ComplexDeprecationInfo)
     return ComplexDeprecationInfo(MI, STI, Info);