OSDN Git Service

2004-07-09 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 22:24:29 +0000 (22:24 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jul 2004 22:24:29 +0000 (22:24 +0000)
* config/rs6000/40x.md: Split into two automatons.

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

gcc/ChangeLog
gcc/config/rs6000/40x.md

index 78895ad..1ae7b08 100644 (file)
@@ -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>
 
index 9d229b4..9221ac8 100644 (file)
@@ -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
   (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")
-