Chromium Code Reviews| Index: src/IceInstMIPS32.h |
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h |
| index 2e367e91be29a9cd0e2dfddc5ac200c2a0d0713a..c8788bfe4de0902cd97b373c1313b07ddd6020cd 100644 |
| --- a/src/IceInstMIPS32.h |
| +++ b/src/IceInstMIPS32.h |
| @@ -1054,6 +1054,8 @@ public: |
| } |
| } |
| + uint32_t getImmidiateValue() { return Imm; } |
|
Jim Stichnoth
2016/10/17 14:20:45
Fix spelling, plus "const".
uint32_t getImmediateV
sagar.thakur
2016/10/18 07:02:21
Done.
|
| + |
| static bool classof(const Inst *Inst) { return isClassof(Inst, K); } |
| private: |