Fix LLVM code gen bug

This commit is contained in:
gingerBill
2020-06-22 16:57:21 +01:00
parent 0db1ebb4e5
commit 2b27300387
5 changed files with 40 additions and 20 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ typeid_base_without_enum :: typeid_core;
@(default_calling_convention = "c")
@(default_calling_convention = "none")
foreign {
@(link_name="llvm.assume")
assume :: proc(cond: bool) ---;