| Index: src/IceInstMIPS32.h
|
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
|
| index acf4bc7e9e8a3e12276050b98683f53c60977309..5b50ab637fc46514a91f835f9507349a7f2df823 100644
|
| --- a/src/IceInstMIPS32.h
|
| +++ b/src/IceInstMIPS32.h
|
| @@ -1271,7 +1271,7 @@ template <> void InstMIPS32Div_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Div_s::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Lui::emit(const Cfg *Func) const;
|
| template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const;
|
| -template <> void InstMIPS32Mfc1::emit(const Cfg *Func) const;
|
| +template <> void InstMIPS32Mfc1::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Mflo::emit(const Cfg *Func) const;
|
| template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const;
|
| template <> void InstMIPS32Mov_d::emitIAS(const Cfg *Func) const;
|
| @@ -1284,6 +1284,7 @@ template <> void InstMIPS32Movt::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Movz_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Movz_s::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Mtc1::emit(const Cfg *Func) const;
|
| +template <> void InstMIPS32Mtc1::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Mtlo::emit(const Cfg *Func) const;
|
| template <> void InstMIPS32Mthi::emit(const Cfg *Func) const;
|
| template <> void InstMIPS32Mul_d::emitIAS(const Cfg *Func) const;
|
|
|