| Index: src/compiler/s390/code-generator-s390.cc
|
| diff --git a/src/compiler/s390/code-generator-s390.cc b/src/compiler/s390/code-generator-s390.cc
|
| index 377feada5161927317c87535018c95c2e8a8f5ec..d865b33921cbdf8970595a61d48428f327211237 100644
|
| --- a/src/compiler/s390/code-generator-s390.cc
|
| +++ b/src/compiler/s390/code-generator-s390.cc
|
| @@ -2265,6 +2265,11 @@ CodeGenerator::CodeGenResult CodeGenerator::AssembleArchInstruction(
|
| case kAtomicExchangeInt16:
|
| case kAtomicExchangeUint16:
|
| case kAtomicExchangeWord32:
|
| + case kAtomicCompareExchangeInt8:
|
| + case kAtomicCompareExchangeUint8:
|
| + case kAtomicCompareExchangeInt16:
|
| + case kAtomicCompareExchangeUint16:
|
| + case kAtomicCompareExchangeWord32:
|
| UNREACHABLE();
|
| break;
|
| default:
|
|
|