On 10/18/06, Marcin Dalecki <[EMAIL PROTECTED]> wrote:
Looking at rs6000.opt I have found that the above command line switch
variable is defined TWICE:

msched-prolog
Target Report Var(TARGET_SCHED_PROLOG) Init(1)
Schedule the start and end of the procedure

msched-epilog
Target Undocumented Var(TARGET_SCHED_PROLOG) VarExists

This appears of course to be wrong.

The latter probably ought to be TARGET_SCHED_EPILOG, if that exists, eh?

Apparently we also don't have test cases to actually verify that the
proper forms of these options are accepted and have the desired
effect...

Gr.
Steven

Reply via email to