| Index: src/ppc/macro-assembler-ppc.cc
|
| diff --git a/src/ppc/macro-assembler-ppc.cc b/src/ppc/macro-assembler-ppc.cc
|
| index 60523054973cb1a1f7e559c103eb4f86734340b3..478f2f42c9e9432ba04b17f21d2012663dbc1786 100644
|
| --- a/src/ppc/macro-assembler-ppc.cc
|
| +++ b/src/ppc/macro-assembler-ppc.cc
|
| @@ -50,8 +50,7 @@ void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
|
|
|
| if (cond != al) b(NegateCondition(cond), &skip, cr);
|
|
|
| - DCHECK(rmode == RelocInfo::CODE_TARGET || rmode == RelocInfo::RUNTIME_ENTRY ||
|
| - rmode == RelocInfo::CODE_TARGET);
|
| + DCHECK(rmode == RelocInfo::CODE_TARGET || rmode == RelocInfo::RUNTIME_ENTRY);
|
|
|
| mov(ip, Operand(target, rmode));
|
| mtctr(ip);
|
|
|