Commit 3b6193b1 authored by Junliang Yan's avatar Junliang Yan Committed by Commit Bot

s390x: Remove unnecessary decheck

Change-Id: Icc3d98ee1f0ef2027b5ea0185f031ac84778b81b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2779034Reviewed-by: 's avatarMilad Fa <mfarazma@redhat.com>
Commit-Queue: Junliang Yan <junyan@redhat.com>
Cr-Commit-Position: refs/heads/master@{#73581}
parent 534431aa
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment