From: Paul Floyd Date: Tue, 21 Nov 2023 21:05:40 +0000 (+0100) Subject: arm64: remove a couple of lines of dead code X-Git-Tag: VALGRIND_3_23_0~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3253df2a3e65c05e45fd696c6f821d8014423244;p=thirdparty%2Fvalgrind.git arm64: remove a couple of lines of dead code --- diff --git a/VEX/priv/host_arm64_isel.c b/VEX/priv/host_arm64_isel.c index b4b7d80211..1fa61edb2d 100644 --- a/VEX/priv/host_arm64_isel.c +++ b/VEX/priv/host_arm64_isel.c @@ -1627,8 +1627,10 @@ static HReg iselCondCode_R_wrk ( ISelEnv* env, IRExpr* e ) addInstr(env, ARM64Instr_Set64(res, cc)); return res; + /* PJF the following two lines are dead code ppIRExpr(e); vpanic("iselCondCode_R(arm64)"); + */ }