Skip to content

Commit 400793a

Browse files
committed
CHB: disable def-use analysis
1 parent 80c450f commit 400793a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodeHawk/CHB/bchanalyze/bCHAnalyzeApp.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ let analyze_arm_function faddr f count =
538538
analyze_procedure_with_reaching_defs proc arm_chif_system#get_arm_system;
539539
analyze_procedure_with_flag_reaching_defs
540540
proc arm_chif_system#get_arm_system;
541+
(* disable for now; must analysis to be changed into may analysis
541542
(if islarge then
542543
chlog#add "skip def-use" (faddr#toPretty)
543544
else
@@ -547,6 +548,7 @@ let analyze_arm_function faddr f count =
547548
else
548549
analyze_procedure_with_def_use_high
549550
proc arm_chif_system#get_arm_system)
551+
*)
550552
end);
551553
extract_ranges finfo bb_invariants#get_invariants;
552554
extract_linear_equalities finfo bb_invariants#get_invariants;

0 commit comments

Comments
 (0)