Index: src/IceInstMIPS32.h |
diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h |
index 5042acad1288275b3705f2678e2d607a71200a55..2fbcc12a38482cbb9c0377b17796bcd59a62502a 100644 |
--- a/src/IceInstMIPS32.h |
+++ b/src/IceInstMIPS32.h |
@@ -1271,6 +1271,7 @@ 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 InstMIPS32Lui::emit(const Cfg *Func) const; |
+template <> void InstMIPS32Lui::emitIAS(const Cfg *Func) const; |
template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const; |
template <> void InstMIPS32Mfc1::emitIAS(const Cfg *Func) const; |
template <> void InstMIPS32Mflo::emit(const Cfg *Func) const; |