Skip to content

Commit

Permalink
feat: Enable new pass
Browse files Browse the repository at this point in the history
  • Loading branch information
anfelor authored and bollu committed Mar 30, 2024
1 parent 0835419 commit 21096c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lean/Compiler/IR/ExpandResetReuse.lean
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ partial def expand

partial def searchAndExpand : FnBody → Array FnBody → M FnBody
| FnBody.vdecl x _ (Expr.reset n y) b, bs =>
expand bs x n y b
mkNewPath bs x n y b
| FnBody.jdecl j xs v b, bs => do
let v ← searchAndExpand v #[]
let b ← searchAndExpand b #[]
Expand Down

0 comments on commit 21096c5

Please sign in to comment.