aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@gcc.gnu.org>1999-02-17 06:10:34 -0500
committerDavid Edelsohn <dje@gcc.gnu.org>1999-02-17 06:10:34 -0500
commit90612787dd1423708a7a1d039c4955e1a6166457 (patch)
tree9aafe0802ed9e0a71d7c487d7c578440dd7c99f2
parentcb8cc086f9218c5a0586b5b7fa10a7c122748d4e (diff)
downloadgcc-90612787dd1423708a7a1d039c4955e1a6166457.zip
gcc-90612787dd1423708a7a1d039c4955e1a6166457.tar.gz
gcc-90612787dd1423708a7a1d039c4955e1a6166457.tar.bz2
- Add subf. split alternative output template for previous commit.
From-SVN: r25268
-rw-r--r--gcc/config/rs6000/rs6000.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 6b94e12..cd9b275 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -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")])