Skip to content

Commit

Permalink
Added documentation, ready to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Swathi Narayan committed Jul 22, 2024
1 parent 7280c35 commit 78df859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/forge_analyzer/src/interp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ impl<'cx, C: Runner<'cx>> Interp<'cx, C> {
.insert_var_with_projection(defid_block, varid, projections, value);
}

// this function takes in an operand checks for previous values and returns a value optional
#[inline]
pub fn add_value_to_definition(&mut self, defid_block: DefId, lval: Variable, rvalue: Rvalue) {
if let Variable {
Expand Down

0 comments on commit 78df859

Please sign in to comment.