Skip to content

Commit d19ee98

Browse files
committed
ZJIT: Remove Cinder reference from Emitter doc comment
1 parent 28c3582 commit d19ee98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

zjit/src/hir.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,8 +2387,8 @@ fn iseq_get_return_value(iseq: IseqPtr, captured_opnd: Option<InsnId>, ci_flags:
23872387

23882388
/// Instruction emission environment shared by simplification and inlining.
23892389
///
2390-
/// Wraps a `Function` and a temporary block, providing a uniform API for emitting
2391-
/// new instructions. Inspired by Cinder's Simplify `Env`.
2390+
/// Wraps a `Function` and a block, providing a uniform API for emitting
2391+
/// new instructions.
23922392
///
23932393
/// For **inlining** (cruby_methods callbacks), use `push_insn()` and helpers like
23942394
/// `coerce_to()`, `guard_not_frozen()`, etc.

0 commit comments

Comments
 (0)