Skip to content

Commit

Permalink
Fix more def_compte issues
Browse files Browse the repository at this point in the history
Based on a recrusive grep, this should be the last problems
with this naming change in HOL.
  • Loading branch information
myreen committed Aug 5, 2019
1 parent 6682e30 commit 980410c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compiler/backend/backendComputeLib.sml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ val add_backend_compset = computeLib.extend_compset
,flat_to_patTheory.pure_def
,flat_to_patTheory.ground_def
,flat_to_patTheory.sLet_def
,flat_to_patTheory.Let_Els_def_compute
,flat_to_patTheory.Let_Els_compute
,flat_to_patTheory.compile_pat_def
,flat_to_patTheory.compile_row_def
,flat_to_patTheory.compile_exp_def
Expand Down Expand Up @@ -149,7 +149,7 @@ val add_backend_compset = computeLib.extend_compset
,clos_callTheory.code_list_def
,clos_callTheory.compile_def
,clos_callTheory.calls_list_def
,clos_callTheory.insert_each_def_compute
,clos_callTheory.insert_each_compute
,clos_callTheory.GENLIST_Var_def
(* ---- clos_annotate ---- *)
,clos_annotateTheory.get_var_def
Expand All @@ -158,7 +158,7 @@ val add_backend_compset = computeLib.extend_compset
,clos_annotateTheory.shift_def
,clos_annotateTheory.compile_def
,clos_annotateTheory.const_0_def
,clos_annotateTheory.no_overlap_def_compute
,clos_annotateTheory.no_overlap_compute
,clos_annotateTheory.alt_free_def
(* ---- clos_known---- *)
,clos_knownTheory.get_size_sc_aux_def
Expand Down Expand Up @@ -728,7 +728,7 @@ val add_backend_compset = computeLib.extend_compset
,word_to_stackTheory.SeqStackFree_def
,word_to_stackTheory.stack_arg_count_def
,word_to_stackTheory.stack_free_def
,word_to_stackTheory.stack_move_def_compute
,word_to_stackTheory.stack_move_compute
,word_to_stackTheory.StackArgs_def
,word_to_stackTheory.comp_def
,word_to_stackTheory.raise_stub_def
Expand Down

0 comments on commit 980410c

Please sign in to comment.