remove unsigned_add_overflow_condition (#6199)

This commit is contained in:
T0b1-iOS
2023-04-13 16:30:44 +02:00
committed by GitHub
parent 91e36f3449
commit 3956a6aa0f
9 changed files with 1 additions and 48 deletions

View File

@@ -604,10 +604,6 @@ impl<'a> FuncEnvironment for FuncEnv<'a> {
.translate_atomic_notify(pos, index, heap, addr, count)
}
fn unsigned_add_overflow_condition(&self) -> ir::condcodes::IntCC {
self.inner.unsigned_add_overflow_condition()
}
fn heaps(
&self,
) -> &cranelift_codegen::entity::PrimaryMap<cranelift_wasm::Heap, cranelift_wasm::HeapData>