| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 1cbec994a8afbba97e37eae6e695263fa00de196..0e0007dc750aa469d6e5c193bcae8bb3d1b738dd 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -43,7 +43,6 @@ class OptionalOperator final {
|
|
|
| // A Load needs a MachineType.
|
| typedef MachineType LoadRepresentation;
|
| -typedef LoadRepresentation ProtectedLoadRepresentation;
|
|
|
| LoadRepresentation LoadRepresentationOf(Operator const*);
|
|
|
| @@ -615,6 +614,7 @@ class V8_EXPORT_PRIVATE MachineOperatorBuilder final
|
|
|
| // store [base + index], value
|
| const Operator* Store(StoreRepresentation rep);
|
| + const Operator* ProtectedStore(MachineRepresentation rep);
|
|
|
| // unaligned load [base + index]
|
| const Operator* UnalignedLoad(UnalignedLoadRepresentation rep);
|
|
|