Chromium Code Reviews| Index: src/mips/assembler-mips.h |
| diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h |
| index d108edc7cd80f1cb37e81aa514094dba61e81e98..59c26c85829240e1f7a4dd381f99e6f59bab729a 100644 |
| --- a/src/mips/assembler-mips.h |
| +++ b/src/mips/assembler-mips.h |
| @@ -1007,6 +1007,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(); |