From 770f3929b31da37c06e015b292c3b7ec3dfc969c Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Mon, 19 Oct 2020 11:56:58 -0400 Subject: [PATCH] Remove comment. Commit before rebase. --- ujit_compile.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ujit_compile.c b/ujit_compile.c index f922088bcc..1539658e2d 100644 --- a/ujit_compile.c +++ b/ujit_compile.c @@ -543,9 +543,6 @@ gen_opt_send_without_block(codeblock_t* cb, codeblock_t* ocb, ctx_t* ctx) // IDEA: may be able to eliminate this in some cases if we know the previous instruction? // TODO: guard_is_object() helper function? - // FIXME: an object can have QNil bit 1000 set - // need to check for immediate mask, Qnil and Qfalse - // Check that the receiver is an object test(cb, RCX, imm_opnd(RUBY_IMMEDIATE_MASK)); jnz_ptr(cb, side_exit); cmp(cb, RCX, imm_opnd(Qfalse));