Skip to content

Commit

Permalink
fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Nov 4, 2023
1 parent 895a0bb commit 5985042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm/lib_llvm/core.cr
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ lib LibLLVM
fun get_undef = LLVMGetUndef(ty : TypeRef) : ValueRef
fun const_pointer_null = LLVMConstPointerNull(ty : TypeRef) : ValueRef

fun const_int = LLVMConstInt(int_ty : TypeRef, n : UInt, sign_extend : Bool) : ValueRef
fun const_int = LLVMConstInt(int_ty : TypeRef, n : ULongLong, sign_extend : Bool) : ValueRef
fun const_int_of_arbitrary_precision = LLVMConstIntOfArbitraryPrecision(int_ty : TypeRef, num_words : UInt, words : UInt64*) : ValueRef
fun const_real = LLVMConstReal(real_ty : TypeRef, n : Double) : ValueRef
fun const_real_of_string = LLVMConstRealOfString(real_ty : TypeRef, text : Char*) : ValueRef
Expand Down

0 comments on commit 5985042

Please sign in to comment.