Skip to content

Commit

Permalink
Use `outputUninitialized in one more place
Browse files Browse the repository at this point in the history
Summary: See https://www.internalfb.com/diff/D67348855?dst_version_fbid=898801475752133&transaction_fbid=849175613890667

Differential Revision: D67971163

fbshipit-source-id: 049489da1c3191c1f20d1a56ce51c6e00d12a575
  • Loading branch information
Josef Svenningsson authored and facebook-github-bot committed Jan 10, 2025
1 parent cd71ec4 commit ea4f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glean/db/Glean/Query/Codegen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ compileStatements
-- bind into the output directly
cont out (\_ -> return ())
| otherwise =
output $ \reg ->
outputUninitialized $ \reg ->
cont reg (\fail -> cmpOutputPat syscalls reg chunks fail)

mtrans :: Maybe PredicateTransformation
Expand Down

0 comments on commit ea4f5a8

Please sign in to comment.