| Index: src/IceAssemblerMIPS32.h
|
| diff --git a/src/IceAssemblerMIPS32.h b/src/IceAssemblerMIPS32.h
|
| index a444b06bd421adbe51040c1319ff07028f78d594..dd70790076b25f87bec28fda006d186a9cba7ddc 100644
|
| --- a/src/IceAssemblerMIPS32.h
|
| +++ b/src/IceAssemblerMIPS32.h
|
| @@ -188,6 +188,8 @@ public:
|
|
|
| void jal(const ConstantRelocatable *Target);
|
|
|
| + void jalr(const Operand *OpRs, const Operand *OpRd);
|
| +
|
| void lui(const Operand *OpRt, const Operand *OpImm, const RelocOp Reloc);
|
|
|
| void ldc1(const Operand *OpRt, const Operand *OpBase, const Operand *OpOff,
|
|
|