We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bc71f commit 66f2600Copy full SHA for 66f2600
CodeHawk/CHB/bchanalyze/bCHAnalyzeApp.ml
@@ -538,7 +538,6 @@ let analyze_arm_function faddr f count =
538
analyze_procedure_with_reaching_defs proc arm_chif_system#get_arm_system;
539
analyze_procedure_with_flag_reaching_defs
540
proc arm_chif_system#get_arm_system;
541
- (* disable for now; must analysis to be changed into may analysis
542
(if islarge then
543
chlog#add "skip def-use" (faddr#toPretty)
544
else
@@ -548,7 +547,6 @@ let analyze_arm_function faddr f count =
548
547
549
analyze_procedure_with_def_use_high
550
proc arm_chif_system#get_arm_system)
551
- *)
552
end);
553
extract_ranges finfo bb_invariants#get_invariants;
554
extract_linear_equalities finfo bb_invariants#get_invariants;
0 commit comments