re PR target/7374 (__builtin_fabsl broken on alpha)
2002-09-07 Scott Snyder <snyder@fnal.gov> PR target/7374 * config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'. From-SVN: r56936
This commit is contained in:
parent
77043c7ce1
commit
0100732eb9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-09-07 Scott Snyder <snyder@fnal.gov>
|
||||
|
||||
PR target/7374
|
||||
* config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'.
|
||||
|
||||
2002-09-07 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* basic-block.h (struct loop): Remove unused cont_dominator field.
|
||||
|
|
|
@ -2134,7 +2134,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi,none"
|
|||
|
||||
(define_expand "abstf2"
|
||||
[(parallel [(set (match_operand:TF 0 "register_operand" "")
|
||||
(neg:TF (match_operand:TF 1 "reg_or_0_operand" "")))
|
||||
(abs:TF (match_operand:TF 1 "reg_or_0_operand" "")))
|
||||
(use (match_dup 2))])]
|
||||
"TARGET_HAS_XFLOATING_LIBS"
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue