Skip to content

Commit

Permalink
Update alias.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
VaynNecol committed Jan 1, 2025
1 parent 81bd6b2 commit 60ce4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rap/src/analysis/core/alias/mop/alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ impl<'tcx> MopGraph<'tcx> {
for node in results_nodes.iter() {
if node.local <= self.arg_size
&& (self.union_is_same(node.index, self.alias_set[node.index])
|| self.alias_set[node.index] != node.index)
|| self.alias_set[node.index] != node.index)
{
if self.values.len() == 1 {
return;
Expand Down

0 comments on commit 60ce4d3

Please sign in to comment.