Controls the use peephole optimization.
#pragma peephole on | off | reset
If you enable this pragma, the compiler performs peephole optimizations, which are small, local optimizations that eliminate some compare instructions and improve branch sequences.
This pragma corresponds to the Peephole Optimizer setting in the PPC Processor panel. To check this setting, use __option (peephole). This settings is on at optimization level 1 and above.