Skip to main content

luaur_code_gen/methods/
ir_lowering_a_64_has_error.rs

1use crate::records::ir_lowering_a_64::IrLoweringA64;
2
3impl IrLoweringA64 {
4    pub fn ir_lowering_a_64_has_error(&self) -> bool {
5        self.error || self.regs.error
6    }
7}