diff options
| author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-09 22:24:29 +0000 | 
|---|---|---|
| committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-09 22:24:29 +0000 | 
| commit | f7fe2f07576a2bb2ac0f256e9b30e8b01a94f22f (patch) | |
| tree | e0cd32d5152b5e754f16d0f8d817292c658862da /gcc | |
| parent | 344b2784e7e0814dadf3a4a8fdc30b1ae5ee384b (diff) | |
| download | ppe42-gcc-f7fe2f07576a2bb2ac0f256e9b30e8b01a94f22f.tar.gz ppe42-gcc-f7fe2f07576a2bb2ac0f256e9b30e8b01a94f22f.zip | |
2004-07-09  Eric Christopher  <echristo@redhat.com>
	* 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
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 78895ad6f24..1ae7b083dc5 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 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") - | 

