OSDN Git Service

* config/rs6000/rs6000.opt: Move msched-epilog before
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 2009 22:27:06 +0000 (22:27 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jun 2009 22:27:06 +0000 (22:27 +0000)
msched-prolog.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148821 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.opt

index fffbbd8..59a4f35 100644 (file)
@@ -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.
index 3030c59..45e1c8f 100644 (file)
@@ -135,13 +135,13 @@ mtls-markers
 Target Report Var(tls_markers) Init(1)
 Mark __tls_get_addr calls with argument info
 
+msched-epilog
+Target Undocumented Var(TARGET_SCHED_PROLOG) Init(1)
+
 msched-prolog
-Target Report Var(TARGET_SCHED_PROLOG) Init(1)
+Target Report Var(TARGET_SCHED_PROLOG) VarExists
 Schedule the start and end of the procedure
 
-msched-epilog
-Target Undocumented Var(TARGET_SCHED_PROLOG) VarExists
-
 maix-struct-return
 Target Report RejectNegative Var(aix_struct_return)
 Return all structures in memory (AIX default)