From: David Edelsohn Date: Wed, 17 Feb 1999 11:10:34 +0000 (-0500) Subject: - Add subf. split alternative output template for previous commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90612787dd1423708a7a1d039c4955e1a6166457;p=gcc.git - Add subf. split alternative output template for previous commit. From-SVN: r25268 --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 6b94e12f0eb..cd9b2755d3c 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")])