- Add subf. split alternative output template for previous commit.

From-SVN: r25268
This commit is contained in:
David Edelsohn 1999-02-17 06:10:34 -05:00
parent cb8cc086f9
commit 90612787dd
1 changed files with 3 additions and 1 deletions

View File

@ -1116,7 +1116,9 @@
(minus:SI (match_dup 1)
(match_dup 2)))]
"TARGET_POWERPC"
"subf. %0,%2,%1"
"@
subf. %0,%2,%1
#"
[(set_attr "type" "compare")
(set_attr "length" "4,8")])