Chromium Code Reviews| Index: src/compiler/machine-operator.cc |
| diff --git a/src/compiler/machine-operator.cc b/src/compiler/machine-operator.cc |
| index e033e4c829bc30e07b3f0edb351a5cdc2f69daf9..81805d7b36296ec517e2ef1ec8bff73d764dba4c 100644 |
| --- a/src/compiler/machine-operator.cc |
| +++ b/src/compiler/machine-operator.cc |
| @@ -422,6 +422,8 @@ MachineRepresentation AtomicStoreRepresentationOf(Operator const* op) { |
| V(Int64) \ |
| V(Uint64) \ |
| V(Pointer) \ |
| + V(TaggedSigned) \ |
| + V(TaggedPointer) \ |
| V(AnyTagged) |
| #define MACHINE_REPRESENTATION_LIST(V) \ |