rs6000.opt: Move msched-epilog before msched-prolog.
* config/rs6000/rs6000.opt: Move msched-epilog before msched-prolog. From-SVN: r148821
This commit is contained in:
parent
6b1223b63a
commit
df4ba119d0
2 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-06-22 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* config/rs6000/rs6000.opt: Move msched-epilog before
|
||||
msched-prolog.
|
||||
|
||||
2009-06-22 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* config/arm/arm.md (prologue_use): Set length of fake insn to 0.
|
||||
|
|
|
@ -135,12 +135,12 @@ mtls-markers
|
|||
Target Report Var(tls_markers) Init(1)
|
||||
Mark __tls_get_addr calls with argument info
|
||||
|
||||
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
|
||||
Target Undocumented Var(TARGET_SCHED_PROLOG) Init(1)
|
||||
|
||||
msched-prolog
|
||||
Target Report Var(TARGET_SCHED_PROLOG) VarExists
|
||||
Schedule the start and end of the procedure
|
||||
|
||||
maix-struct-return
|
||||
Target Report RejectNegative Var(aix_struct_return)
|
||||
|
|
Loading…
Add table
Reference in a new issue