mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Appease clippy
This commit is contained in:
parent
a35cc321ab
commit
c261766681
6 changed files with 17 additions and 21 deletions
|
@ -443,7 +443,7 @@ fn add_intrinsics<'ctx>(ctx: &'ctx Context, module: &Module<'ctx>) {
|
|||
ctx.struct_type(&fields, false)
|
||||
.fn_type(&[i64_type.into(), i64_type.into()], false)
|
||||
});
|
||||
// LLVM_SADD_WITH_OVERFLOW_I128 is expoerted in bitcode
|
||||
// LLVM_SADD_WITH_OVERFLOW_I128 is exported in bitcode
|
||||
|
||||
// sub with overflow
|
||||
|
||||
|
@ -470,7 +470,7 @@ fn add_intrinsics<'ctx>(ctx: &'ctx Context, module: &Module<'ctx>) {
|
|||
ctx.struct_type(&fields, false)
|
||||
.fn_type(&[i64_type.into(), i64_type.into()], false)
|
||||
});
|
||||
// LLVM_SSUB_WITH_OVERFLOW_I128 is expoerted in bitcode
|
||||
// LLVM_SSUB_WITH_OVERFLOW_I128 is exported in bitcode
|
||||
}
|
||||
|
||||
static LLVM_MEMSET_I64: &str = "llvm.memset.p0i8.i64";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue