Skip to content

Commit

Permalink
CHB: restore def-use
Browse files Browse the repository at this point in the history
  • Loading branch information
sipma committed Sep 25, 2024
1 parent 36bc71f commit 66f2600
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CodeHawk/CHB/bchanalyze/bCHAnalyzeApp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ let analyze_arm_function faddr f count =
analyze_procedure_with_reaching_defs proc arm_chif_system#get_arm_system;
analyze_procedure_with_flag_reaching_defs
proc arm_chif_system#get_arm_system;
(* disable for now; must analysis to be changed into may analysis
(if islarge then
chlog#add "skip def-use" (faddr#toPretty)
else
Expand All @@ -548,7 +547,6 @@ let analyze_arm_function faddr f count =
else
analyze_procedure_with_def_use_high
proc arm_chif_system#get_arm_system)
*)
end);
extract_ranges finfo bb_invariants#get_invariants;
extract_linear_equalities finfo bb_invariants#get_invariants;
Expand Down

0 comments on commit 66f2600

Please sign in to comment.