dead_store_elim

Controls the use of dead store elimination optimization at low-level.

Syntax
  #pragma dead_store_elim on | off | reset  
Remarks

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.