| Index: src/IceInstMIPS32.h
|
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
|
| index 2fbcc12a38482cbb9c0377b17796bcd59a62502a..038276f0baee1e6f6cbe45664cd5252c992008b6 100644
|
| --- a/src/IceInstMIPS32.h
|
| +++ b/src/IceInstMIPS32.h
|
| @@ -1270,6 +1270,7 @@ template <> void InstMIPS32Cvt_s_w::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Div::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Div_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Div_s::emitIAS(const Cfg *Func) const;
|
| +template <> void InstMIPS32Divu::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Lui::emit(const Cfg *Func) const;
|
| template <> void InstMIPS32Lui::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const;
|
|
|