projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f94af
)
rs6000: Delete Ffre
author
Segher Boessenkool
<segher@gcc.gnu.org>
Sun, 7 Jul 2019 16:37:36 +0000
(18:37 +0200)
committer
Segher Boessenkool
<segher@gcc.gnu.org>
Sun, 7 Jul 2019 16:37:36 +0000
(18:37 +0200)
It is unused.
* config/rs6000/rs6000.md (Ffre): Delete.
From-SVN: r273182
gcc/config/rs6000/rs6000.md
patch
|
blob
|
history
diff --git
a/gcc/config/rs6000/rs6000.md
b/gcc/config/rs6000/rs6000.md
index 503f91aacf045cab4fa48c3158a055e58bb44f6b..e1f0b0a43a510fdbc384731a677e37809db45f34 100644
(file)
--- a/
gcc/config/rs6000/rs6000.md
+++ b/
gcc/config/rs6000/rs6000.md
@@
-545,7
+545,6
@@
(define_mode_attr Fisa [(SF "p8v") (DF "*") (DI "*")])
; FRE/FRES support
-(define_mode_attr Ffre [(SF "fres") (DF "fre")])
(define_mode_attr FFRE [(SF "FRES") (DF "FRE")])
; Conditional returns.