s390x: Remove unnecessary decheck

Change-Id: Icc3d98ee1f0ef2027b5ea0185f031ac84778b81b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2779034
Reviewed-by: Milad Fa <mfarazma@redhat.com>
Commit-Queue: Junliang Yan <junyan@redhat.com>
Cr-Commit-Position: refs/heads/master@{#73581}
This commit is contained in:
Junliang Yan 2021-03-22 13:10:38 -04:00 committed by Commit Bot
parent 534431aad9
commit 3b6193b17e

View File

@ -327,8 +327,6 @@ void TurboAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
if (cond != al) b(NegateCondition(cond), &skip);
DCHECK(rmode == RelocInfo::CODE_TARGET || rmode == RelocInfo::RUNTIME_ENTRY);
mov(ip, Operand(target, rmode));
b(ip);