From 66684b7e9b8d1641edf0e612a9917434b98a0ef6 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 23 Sep 2005 13:43:38 +0000 Subject: [PATCH] sync.md (sync_si_internal): Change operand2 constraint to "b". 2005-09-23 David Edelsohn Andrew Pinski * config/rs6000/sync.md (sync_si_internal): Change operand2 constraint to "b". (sync_di_internal): Same. (sync_old_si_internal): Change operand3 constraint to "b". (sync_old_di_internal): Same. (sync_new_si_internal): Same. (sync_new_di_internal): Same. Co-Authored-By: Andrew Pinski From-SVN: r104567 --- gcc/ChangeLog | 12 ++++++++++++ gcc/config/rs6000/sync.md | 12 ++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7ff6c17204e..465a3482751 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2005-09-23 David Edelsohn + Andrew Pinski + + * config/rs6000/sync.md (sync_si_internal): Change + operand2 constraint to "b". + (sync_di_internal): Same. + (sync_old_si_internal): Change operand3 constraint + to "b". + (sync_old_di_internal): Same. + (sync_new_si_internal): Same. + (sync_new_di_internal): Same. + 2005-09-23 J"orn Rennecke PR middle-end/23991 diff --git a/gcc/config/rs6000/sync.md b/gcc/config/rs6000/sync.md index 7678cf70a8e..92a42237605 100644 --- a/gcc/config/rs6000/sync.md +++ b/gcc/config/rs6000/sync.md @@ -132,7 +132,7 @@ [(FETCHOP:SI (match_dup 0) (match_operand:SI 1 "" ""))] UNSPEC_ATOMIC)) - (clobber (match_scratch:SI 2 "=&r")) + (clobber (match_scratch:SI 2 "=&b")) (clobber (match_scratch:CC 3 "=&x"))] "TARGET_POWERPC" "#" @@ -150,7 +150,7 @@ [(FETCHOP:DI (match_dup 0) (match_operand:DI 1 "" ""))] UNSPEC_ATOMIC)) - (clobber (match_scratch:DI 2 "=&r")) + (clobber (match_scratch:DI 2 "=&b")) (clobber (match_scratch:CC 3 "=&x"))] "TARGET_POWERPC" "#" @@ -234,7 +234,7 @@ [(FETCHOP:SI (match_dup 1) (match_operand:SI 2 "" ""))] UNSPEC_ATOMIC)) - (clobber (match_scratch:SI 3 "=&r")) + (clobber (match_scratch:SI 3 "=&b")) (clobber (match_scratch:CC 4 "=&x"))] "TARGET_POWERPC" "#" @@ -254,7 +254,7 @@ [(FETCHOP:DI (match_dup 1) (match_operand:DI 2 "" ""))] UNSPEC_ATOMIC)) - (clobber (match_scratch:DI 3 "=&r")) + (clobber (match_scratch:DI 3 "=&b")) (clobber (match_scratch:CC 4 "=&x"))] "TARGET_POWERPC" "#" @@ -344,7 +344,7 @@ (unspec:SI [(FETCHOP:SI (match_dup 1) (match_dup 2))] UNSPEC_ATOMIC)) - (clobber (match_scratch:SI 3 "=&r")) + (clobber (match_scratch:SI 3 "=&b")) (clobber (match_scratch:CC 4 "=&x"))] "TARGET_POWERPC" "#" @@ -365,7 +365,7 @@ (unspec:DI [(FETCHOP:DI (match_dup 1) (match_dup 2))] UNSPEC_ATOMIC)) - (clobber (match_scratch:DI 3 "=&r")) + (clobber (match_scratch:DI 3 "=&b")) (clobber (match_scratch:CC 4 "=&x"))] "TARGET_POWERPC" "#" -- 2.30.2