Skip to content

Commit

Permalink
Clarify some documentation. (bytecodealliance#3641)
Browse files Browse the repository at this point in the history
  • Loading branch information
teymour-aldridge authored Jan 4, 2022
1 parent d2d0396 commit 40072f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/codegen/src/ir/immediates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl Imm64 {
Self(self.0.wrapping_neg())
}

/// Return bits of this immediate.
/// Returns the value of this immediate.
pub fn bits(&self) -> i64 {
self.0
}
Expand Down

0 comments on commit 40072f8

Please sign in to comment.