Revert "WIP fix for zig functions returning Bool (strEqual)"

This reverts commit 09b01893c6.
This commit is contained in:
Folkert 2023-04-08 16:11:12 +02:00
parent 09b01893c6
commit 9dd69f6f9c
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 12 additions and 51 deletions

View file

@ -1201,7 +1201,7 @@ impl<
ASM::eq_reg64_reg64_reg64(&mut self.buf, dst_reg, src1_reg, src2_reg);
}
Layout::STR => {
// use a zig call. This is a bit weird because the dev backend does not handle
// use a zig call
self.build_fn_call(
dst,
bitcode::STR_EQUAL.to_string(),