| Index: src/IceInstMIPS32.h
|
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
|
| index 2fbcc12a38482cbb9c0377b17796bcd59a62502a..99727ec7eea5d9c7af42e7942643c152de727b05 100644
|
| --- a/src/IceInstMIPS32.h
|
| +++ b/src/IceInstMIPS32.h
|
| @@ -1285,6 +1285,7 @@ template <> void InstMIPS32Movn::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Movn_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Movn_s::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Movt::emitIAS(const Cfg *Func) const;
|
| +template <> void InstMIPS32Movz::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;
|
|
|