| Index: src/compiler/ppc/code-generator-ppc.cc
|
| diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc
|
| index d7e552283aacaea0edbbfeda555a615b5cf50605..f21d579a3e1268168ae508189ace2005c3644e31 100644
|
| --- a/src/compiler/ppc/code-generator-ppc.cc
|
| +++ b/src/compiler/ppc/code-generator-ppc.cc
|
| @@ -2005,13 +2005,6 @@ CodeGenerator::CodeGenResult CodeGenerator::AssembleArchInstruction(
|
| case kAtomicExchangeWord32:
|
| ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(lwarx, stwcx);
|
| break;
|
| - case kAtomicCompareExchangeInt8:
|
| - case kAtomicCompareExchangeUint8:
|
| - case kAtomicCompareExchangeInt16:
|
| - case kAtomicCompareExchangeUint16:
|
| - case kAtomicCompareExchangeWord32:
|
| - UNREACHABLE();
|
| - break;
|
| default:
|
| UNREACHABLE();
|
| break;
|
|
|