From 3624a67976ba3a88f6abf5d4ad5a58459eb9978e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 2 Dec 1993 06:30:05 -0500 Subject: [PATCH] (define_function_unit): Restore ppc601 load and fpload timings. From-SVN: r6172 --- gcc/config/rs6000/rs6000.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 11dc2c95366..27156f98399 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -57,12 +57,12 @@ (define_function_unit "iu" 1 0 (and (eq_attr "type" "load") - (eq_attr "cpu" "rios1")) + (eq_attr "cpu" "rios1,ppc601")) 2 0) (define_function_unit "iu" 1 0 (and (eq_attr "type" "fpload") - (eq_attr "cpu" "rios1")) + (eq_attr "cpu" "rios1,ppc601")) 3 0) (define_function_unit "iu" 1 0 -- 2.30.2