copy_propag

Controls the use of copy propagation optimization at low-level.

Syntax
  #pragma copy_propag on | off | reset  
Remarks

If you enable this pragma, the compiler replaces the use of variable with its previous value.

This pragma corresponds to -copy_propag command line option.