| 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 39247c22cefa5712484f7fde5d355d70460458c4..c61983395c69ee5204f40fb1d0038881569ccc74 100644
|
| --- a/src/compiler/ppc/code-generator-ppc.cc
|
| +++ b/src/compiler/ppc/code-generator-ppc.cc
|
| @@ -1380,8 +1380,8 @@ void CodeGenerator::AssembleSwap(InstructionOperand* source,
|
| } else if (source->IsStackSlot() || source->IsDoubleStackSlot()) {
|
| #else
|
| } else if (source->IsStackSlot()) {
|
| -#endif
|
| DCHECK(destination->IsStackSlot());
|
| +#endif
|
| Register temp_0 = kScratchReg;
|
| Register temp_1 = r0;
|
| MemOperand src = g.ToMemOperand(source);
|
|
|