| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 141586965b0d249a6a3f362765c4448d504d9550..100f69b17837885e8efe6cd425eedcb38e59d905 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -219,6 +219,7 @@ class MachineOperatorBuilder final : public ZoneObject {
|
|
|
| // load [base + index]
|
| const Operator* Load(LoadRepresentation rep);
|
| + const Operator* LoadAtomic(LoadRepresentation rep);
|
|
|
| // store [base + index], value
|
| const Operator* Store(StoreRepresentation rep);
|
|
|