Skip to content

Commit 7d9a0f5

Browse files
committed
Fix simplify flag handling in cfold
1 parent 267f827 commit 7d9a0f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/phl/ecPhlCodeTx.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ let cfold_stmt
239239

240240
let e_simplify, i_simplify =
241241
if simplify
242-
then (identity, identity)
243-
else (e_simplify, i_simplify) in
242+
then (e_simplify, i_simplify)
243+
else (identity, identity) in
244244

245245
(*
246246
Process one instruction under the current propagated substitution and

0 commit comments

Comments
 (0)