| Index: src/compiler/arm64/instruction-codes-arm64.h
|
| diff --git a/src/compiler/arm64/instruction-codes-arm64.h b/src/compiler/arm64/instruction-codes-arm64.h
|
| index 28521263049150733bfaf07b79e3e7e6d6ed87e3..863451f7c5dc5c496ae8ce9dcfd853b6baa7f658 100644
|
| --- a/src/compiler/arm64/instruction-codes-arm64.h
|
| +++ b/src/compiler/arm64/instruction-codes-arm64.h
|
| @@ -70,12 +70,9 @@ namespace compiler {
|
| V(Arm64Sxtw) \
|
| V(Arm64Ubfx) \
|
| V(Arm64Ubfx32) \
|
| - V(Arm64Tbz) \
|
| - V(Arm64Tbz32) \
|
| - V(Arm64Tbnz) \
|
| - V(Arm64Tbnz32) \
|
| - V(Arm64Cbz32) \
|
| - V(Arm64Cbnz32) \
|
| + V(Arm64TestAndBranch32) \
|
| + V(Arm64TestAndBranch) \
|
| + V(Arm64CompareAndBranch32) \
|
| V(Arm64Claim) \
|
| V(Arm64Poke) \
|
| V(Arm64PokePairZero) \
|
|
|