Reduce build warnings

This commit is contained in:
2025-12-28 01:34:46 +09:00
parent b104d6af5f
commit 0269fc2ed4
41 changed files with 77 additions and 26 deletions

View File

@ -92,11 +92,13 @@ impl CoreContext {
}
/// Peek at the next ValueId without consuming it
#[allow(dead_code)]
pub fn peek_next_value(&self) -> ValueId {
self.value_gen.peek_next()
}
/// Peek at the next BasicBlockId without consuming it
#[allow(dead_code)]
pub fn peek_next_block(&self) -> BasicBlockId {
self.block_gen.peek_next()
}