From 60f4f3b76bd3b192d5af9c391a14db0791ce084b Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 9 Jul 2004 22:24:29 +0000 Subject: [PATCH] 40x.md: Split into two automatons. 2004-07-09 Eric Christopher * config/rs6000/40x.md: Split into two automatons. From-SVN: r84407 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/40x.md | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 78895ad6f24..1ae7b083dc5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-09 Eric Christopher + + * config/rs6000/40x.md: Split into two automatons. + 2004-07-09 Zack Weinberg Andrew Pinski diff --git a/gcc/config/rs6000/40x.md b/gcc/config/rs6000/40x.md index 9d229b4c8d7..9221ac80491 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") - -- 2.30.2