Skip to content
Snippets Groups Projects
Commit c5b2a24a authored by chrg's avatar chrg
Browse files

Actually compute function fixpoint

parent fe81d53d
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ reduceCTranslUnit (C.CTranslUnit es ni) ctx = do ...@@ -119,7 +119,7 @@ reduceCTranslUnit (C.CTranslUnit es ni) ctx = do
functions2 <- do functions2 <- do
funmap' <- reduce funmap funmap' <- reduce funmap
if ComputeFunctionFixpoint `isIn` ctx if ComputeFunctionFixpoint `isIn` ctx
then reduce funmap then reduce funmap'
else pure funmap' else pure funmap'
functions3 <- forM functions2 \(k, mf) -> functions3 <- forM functions2 \(k, mf) ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment