From 8a09dd3fb33587f7dd3a66181fed58e9f7b595ed Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 2 Apr 2025 12:10:55 -0700 Subject: Remove an outdated comment https://github.com/Shopify/zjit/pull/87#discussion_r2025152210 --- zjit/src/backend/arm64/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/zjit/src/backend/arm64/mod.rs b/zjit/src/backend/arm64/mod.rs index 23f03b7c3d..30ab446ba0 100644 --- a/zjit/src/backend/arm64/mod.rs +++ b/zjit/src/backend/arm64/mod.rs @@ -202,9 +202,6 @@ impl Assembler const SCRATCH1: A64Opnd = A64Opnd::Reg(X17_REG); /// Get the list of registers from which we will allocate on this platform - /// These are caller-saved registers - /// Note: we intentionally exclude C_RET_REG (X0) from this list - /// because of the way it's used in gen_leave() and gen_leave_exit() pub fn get_alloc_regs() -> Vec { ALLOC_REGS.to_vec() } -- cgit v1.2.3