Skip to content

Commit 8a09dd3

Browse files
committed
Remove an outdated comment
Shopify/zjit#87 (comment)
1 parent ad0d84f commit 8a09dd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

zjit/src/backend/arm64/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ impl Assembler
202202
const SCRATCH1: A64Opnd = A64Opnd::Reg(X17_REG);
203203

204204
/// Get the list of registers from which we will allocate on this platform
205-
/// These are caller-saved registers
206-
/// Note: we intentionally exclude C_RET_REG (X0) from this list
207-
/// because of the way it's used in gen_leave() and gen_leave_exit()
208205
pub fn get_alloc_regs() -> Vec<Reg> {
209206
ALLOC_REGS.to_vec()
210207
}

0 commit comments

Comments
 (0)