Browse Source

Clarify some documentation. (#3641)

pull/3652/head
Teymour Aldridge 3 years ago
committed by GitHub
parent
commit
40072f844e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cranelift/codegen/src/ir/immediates.rs

2
cranelift/codegen/src/ir/immediates.rs

@ -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
}

Loading…
Cancel
Save