This file collects Coq functions to query the command-line
options that influence the code generated by the verified
part of CompCert. These functions are mapped by extraction
to accessors for the flags in Clflags.ml.
Flag -fcse3-across-calls. For DMonniaux's common subexpression elimination. Propagate information across function calls (may increase register pressure).
Flag -fcse3-across-calls. For DMonniaux's common subexpression elimination. Propagate information across control-flow merges (may increase register pressure).