Controls the use of dead store elimination optimization at low-level.
#pragma dead_store_elim on | off | reset
If you enable this pragma, the compiler removes the store instructions that does not have any use.
This pragma corresponds to -dead_store_elim command line option.