mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Add comparisons to LLVM backend for multi pointers
This commit is contained in:
@@ -1727,6 +1727,7 @@ lbValue lb_emit_comp(lbProcedure *p, TokenKind op_kind, lbValue left, lbValue ri
|
|||||||
if (is_type_integer(a) ||
|
if (is_type_integer(a) ||
|
||||||
is_type_boolean(a) ||
|
is_type_boolean(a) ||
|
||||||
is_type_pointer(a) ||
|
is_type_pointer(a) ||
|
||||||
|
is_type_multi_pointer(a) ||
|
||||||
is_type_proc(a) ||
|
is_type_proc(a) ||
|
||||||
is_type_enum(a)) {
|
is_type_enum(a)) {
|
||||||
LLVMIntPredicate pred = {};
|
LLVMIntPredicate pred = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user