mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 03:34:30 +08:00
i386.md: Typo in split of fp-valued if_then_else.
2003-12-08 Stuart Hastings <stuart@apple.com> * config/i386/i386.md: Typo in split of fp-valued if_then_else. From-SVN: r74453
This commit is contained in:
parent
038450feeb
commit
86b4094720
@ -1,3 +1,7 @@
|
||||
2003-12-08 Stuart Hastings <stuart@apple.com>
|
||||
|
||||
* config/i386/i386.md: Typo in split of fp-valued if_then_else.
|
||||
|
||||
2003-12-08 James E Wilson <wilson@specifixinc.com>
|
||||
|
||||
PR target/13132
|
||||
|
@ -16586,7 +16586,7 @@
|
||||
&& operands_match_p (operands[2], operands[3])))"
|
||||
[(set (reg:CCFP 17)
|
||||
(compare:CCFP (match_dup 2)
|
||||
(match_dup 2)))
|
||||
(match_dup 1)))
|
||||
(set (match_dup 0)
|
||||
(if_then_else:DF (ge (reg:CCFP 17) (const_int 0))
|
||||
(match_dup 1)
|
||||
|
Loading…
Reference in New Issue
Block a user