Skip to content
Snippets Groups Projects
Commit 4680bc56 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-11-08 17:33:55 by simonmar]

Fix a test that was backwards.  Now we get unfoldings in the iface
files again.
parent 36cef271
No related merge requests found
......@@ -447,7 +447,7 @@ mkFinalId codegen_ids is_rec id rhs
bottoming_fn = isBottomingStrictness (strictnessInfo core_idinfo)
unfolding = mkTopUnfolding rhs
rhs_is_small = neverUnfold unfolding
rhs_is_small = not (neverUnfold unfolding)
unfold_info | show_unfold = unfolding
| otherwise = noUnfolding
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment