rs6000.md (fnmadds combiner): Revert typo.
2008-09-30 Andrew Pinski <andrew_pinski@playstation.sony.com> * config/rs6000/rs6000.md (fnmadds combiner): Revert typo. From-SVN: r140785
This commit is contained in:
parent
516c743fe7
commit
1847ea4d9f
@ -1,3 +1,7 @@
|
|||||||
|
2008-09-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
|
||||||
|
|
||||||
|
* config/rs6000/rs6000.md (fnmadds combiner): Revert typo.
|
||||||
|
|
||||||
2008-09-30 Richard Guenther <rguenther@suse.de>
|
2008-09-30 Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
PR middle-end/37491
|
PR middle-end/37491
|
||||||
|
@ -5293,7 +5293,7 @@
|
|||||||
(match_operand:SF 2 "gpc_reg_operand" "f"))
|
(match_operand:SF 2 "gpc_reg_operand" "f"))
|
||||||
(match_operand:SF 3 "gpc_reg_operand" "f"))))]
|
(match_operand:SF 3 "gpc_reg_operand" "f"))))]
|
||||||
"TARGET_POWERPC && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_FUSED_MADD
|
"TARGET_POWERPC && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_FUSED_MADD
|
||||||
&& TARGET_SINGLE_FLOAT && ! HONOR_SIGNED_ZEROS (SFmode)"
|
&& TARGET_SINGLE_FLOAT && HONOR_SIGNED_ZEROS (SFmode)"
|
||||||
"fnmadds %0,%1,%2,%3"
|
"fnmadds %0,%1,%2,%3"
|
||||||
[(set_attr "type" "fp")])
|
[(set_attr "type" "fp")])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user