Fix the --dumpanf command line switch.

This commit is contained in:
Steve Dunham 2022-07-09 13:18:29 -07:00
parent 1f41c8b44d
commit 32a877c3d4

View File

@ -785,6 +785,7 @@ partitionOpts opts = foldr pOptUpdate (MkPFR [] [] False) opts
optType (Timing l) = POpt
optType (Logging l) = POpt
optType CaseTreeHeuristics = POpt
optType (DumpANF f) = POpt
optType (DumpCases f) = POpt
optType (DumpLifted f) = POpt
optType (DumpVMCode f) = POpt