| Index: src/IceInstMIPS32.h
|
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
|
| index 2d86564d1bbb4c3f44eb9717789413d8f2f1ed69..f76e87050716b7fdecd9dde703604c3dc175b900 100644
|
| --- a/src/IceInstMIPS32.h
|
| +++ b/src/IceInstMIPS32.h
|
| @@ -1305,6 +1305,7 @@ template <> void InstMIPS32Sra::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Srl::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Sub_s::emitIAS(const Cfg *Func) const;
|
| +template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Trunc_l_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const;
|
|
|