Skip to content

Commit 0bca52f

Browse files
committed
clean up
1 parent 7e24d26 commit 0bca52f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

BoogieLang/Ast.thy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ inductive red_bigblock :: "'a absval_ty_fun \<Rightarrow> 'm proc_context \<Righ
9292
\<Longrightarrow> A,M,\<Lambda>,\<Gamma>,\<Omega>,T \<turnstile> \<langle>((BigBlock bb_name cs str_cmd tr_cmd), cont0, Normal n_s)\<rangle> \<longrightarrow>
9393
((BigBlock bb_name [] str_cmd tr_cmd), cont0, s1)"
9494

95-
(* TODO: think about this again! *)
9695
| RedFailure_or_Magic:
9796
"\<lbrakk> (s1 = Magic) \<or> (s1 = Failure); \<not> (is_final ((BigBlock bb_name [] str_cmd tr_cmd), cont0, s1)) \<rbrakk>
9897
\<Longrightarrow> A,M,\<Lambda>,\<Gamma>,\<Omega>,T \<turnstile> \<langle>((BigBlock bb_name [] str_cmd tr_cmd), cont0, s1)\<rangle> \<longrightarrow>

BoogieLang/ROOT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ session Boogie_Lang = "HOL" +
1818
BackedgeElim
1919
Ast
2020
Ast_Cfg_Transformation
21-
CFGOptimizationsLoop
21+
CFGOptimizationsLoop

0 commit comments

Comments
 (0)