Skip to content

Commit

Permalink
Fix memcpy documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 7, 2024
1 parent 585ff7b commit 54b0e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melior/src/helpers/llvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub trait LlvmBlockExt<'c>: BuiltinBlockExt<'c> + ArithBlockExt<'c> {
value: Value<'c, '_>,
) -> Result<(), Error>;

/// Creates a memcpy operation.
/// Creates an `llvm.memcpy` operation.
fn memcpy(
&self,
context: &'c Context,
Expand Down

0 comments on commit 54b0e7f

Please sign in to comment.