Skip to content

Commit

Permalink
Update arg_used_analysis.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yihozhang committed Jan 29, 2024
1 parent e0854d5 commit 5a0070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree_unique_args/src/arg_used_analysis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub(crate) fn arg_used_analysis_rules() -> Vec<String> {
ESort::iter()
.map(|sort| {
"
(function *UsesArgs (*) I64Set :merge (set-union old new))
(function *UsesArgs (*) I64Set :merge (set-intersect old new))
(relation *UsesArgs-demand (*))
(rule ((*UsesArgs-demand e))
Expand Down

0 comments on commit 5a0070b

Please sign in to comment.