| Index: src/ppc/assembler-ppc.h
|
| diff --git a/src/ppc/assembler-ppc.h b/src/ppc/assembler-ppc.h
|
| index e8a654fe6457022332381d5de2d48e66c076f866..b63612f9648363009f2b68346f52eba1e263954d 100644
|
| --- a/src/ppc/assembler-ppc.h
|
| +++ b/src/ppc/assembler-ppc.h
|
| @@ -1324,6 +1324,7 @@ class Assembler : public AssemblerBase {
|
| static bool IsCmpRegister(Instr instr);
|
| static bool IsCmpImmediate(Instr instr);
|
| static bool IsRlwinm(Instr instr);
|
| + static bool IsAndi(Instr instr);
|
| #if V8_TARGET_ARCH_PPC64
|
| static bool IsRldicl(Instr instr);
|
| #endif
|
|
|