(&mut self, cond: Self::Value, _expected: bool)
| 347 | } |
| 348 | |
| 349 | fn expect(&mut self, cond: Self::Value, _expected: bool) -> Self::Value { |
| 350 | // TODO: llvm.expect |
| 351 | cond |
| 352 | } |
| 353 | |
| 354 | fn type_test(&mut self, _pointer: Self::Value, _typeid: Self::Value) -> Self::Value { |
| 355 | todo!() |
no outgoing calls