diff options
| author | Chris HasiĆski <krzysztof.hasinski@gmail.com> | 2026-04-11 23:48:30 +0200 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2026-04-14 14:04:52 -0700 |
| commit | 54527e24c8f08dd69bc07d7e3b6425ab101e7709 (patch) | |
| tree | ec6b2a58ea18c6905d50427e9d7d81b89a7c9312 | |
| parent | 94a8feaa0110a9c9928a46af2309ab3fd3abf689 (diff) | |
ZJIT: Update const_send_direct_integer snapshot
Reflects the BoolExact return type now inferred for Integer#zero?
after the annotation added in the previous commit.
| -rw-r--r-- | zjit/src/hir/opt_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zjit/src/hir/opt_tests.rs b/zjit/src/hir/opt_tests.rs index f4755d5fac..0bc1b6cd0d 100644 --- a/zjit/src/hir/opt_tests.rs +++ b/zjit/src/hir/opt_tests.rs @@ -3512,7 +3512,7 @@ mod hir_opt_tests { bb3(v9:BasicObject, v10:BasicObject): v14:Fixnum[1] = Const Value(1) PatchPoint MethodRedefined(Integer@0x1008, zero?@0x1010, cme:0x1018) - v24:BasicObject = InvokeBuiltin leaf <inline_expr>, v14 + v24:BoolExact = InvokeBuiltin leaf <inline_expr>, v14 CheckInterrupts Return v24 "); |
