diff options
author | Eric Christopher <echristo@redhat.com> | 2004-07-09 22:24:29 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2004-07-09 22:24:29 +0000 |
commit | 60f4f3b76bd3b192d5af9c391a14db0791ce084b (patch) | |
tree | e0cd32d5152b5e754f16d0f8d817292c658862da /gcc | |
parent | dfcada9a4f857695ff8d7e7ea16e5b3b8d295134 (diff) | |
download | gcc-60f4f3b76bd3b192d5af9c391a14db0791ce084b.zip gcc-60f4f3b76bd3b192d5af9c391a14db0791ce084b.tar.gz gcc-60f4f3b76bd3b192d5af9c391a14db0791ce084b.tar.bz2 |
40x.md: Split into two automatons.
2004-07-09 Eric Christopher <echristo@redhat.com>
* config/rs6000/40x.md: Split into two automatons.
From-SVN: r84407
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/40x.md | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78895ad..1ae7b08 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-09 Eric Christopher <echristo@redhat.com> + + * config/rs6000/40x.md: Split into two automatons. + 2004-07-09 Zack Weinberg <zack@codesourcery.com> Andrew Pinski <apinski@apple.com> diff --git a/gcc/config/rs6000/40x.md b/gcc/config/rs6000/40x.md index 9d229b4..9221ac8 100644 --- a/gcc/config/rs6000/40x.md +++ b/gcc/config/rs6000/40x.md @@ -18,8 +18,9 @@ ;; Free Software Foundation, 59 Temple Place - Suite 330, Boston, ;; MA 02111-1307, USA. -(define_automaton "ppc40x") -(define_cpu_unit "iu_40x,bpu_40x,fpu_405" "ppc40x") +(define_automaton "ppc40x,ppc40xiu") +(define_cpu_unit "bpu_40x,fpu_405" "ppc40x") +(define_cpu_unit "iu_40x" "ppc40xiu") ;; PPC401 / PPC403 / PPC405 32-bit integer only IU BPU ;; Embedded PowerPC controller @@ -104,4 +105,3 @@ (and (eq_attr "type" "fpload,fpload_ux,fpload_u,fpstore,fpstore_ux,fpstore_u,fpcompare,fp,dmul,sdiv,ddiv") (eq_attr "cpu" "ppc405")) "fpu_405*10") - |