| 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 ba6dd4ddd4bce48aa73df1ffdc1df6e6b1254844..a851d56fe267d13686662d090c30403853825a11 100644
|
| --- a/src/compiler/arm64/instruction-codes-arm64.h
|
| +++ b/src/compiler/arm64/instruction-codes-arm64.h
|
| @@ -129,8 +129,7 @@ namespace compiler {
|
| V(Arm64LdrW) \
|
| V(Arm64StrW) \
|
| V(Arm64Ldr) \
|
| - V(Arm64Str) \
|
| - V(Arm64StoreWriteBarrier)
|
| + V(Arm64Str)
|
|
|
|
|
| // Addressing modes represent the "shape" of inputs to an instruction.
|
|
|