Chromium Code Reviews| Index: src/mips/assembler-mips.h |
| diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h |
| index e6c9e76c7802c2477a1e13854ba967419790eca2..9d3d39b83ecb58f66d1cd13485a3078670ede2a7 100644 |
| --- a/src/mips/assembler-mips.h |
| +++ b/src/mips/assembler-mips.h |
| @@ -942,6 +942,7 @@ class Assembler : public AssemblerBase { |
| static Instr SetAddImmediateOffset(Instr instr, int16_t offset); |
| static bool IsAndImmediate(Instr instr); |
| + static bool IsEmittedConstant(Instr instr); |
| void CheckTrampolinePool(); |