version bump

This commit is contained in:
2025-12-13 00:35:31 -07:00
parent 9de59ee3b1
commit 378c7e18cd
8 changed files with 12 additions and 12 deletions

View File

@@ -423,11 +423,6 @@ fn register_forwarding<'a>(
break;
}
// Reg15 is a return register.
if temp_reg == 15 {
break;
}
// If we hit a label/jump, we assume liveness might leak (conservative safety)
if matches!(
node.instruction,
@@ -871,4 +866,3 @@ fn remove_unreachable_code<'a>(
}
(output, changed)
}