Controls the use of dead store optimization.
#pragma opt_dead_assignments on | off | reset
If you enable this pragma, the compiler removes assignments to unused variables before reassigning them.
This pragma does not correspond to any panel setting. By default, this setting is related to the "global_optimizer" on page 335 level.