From 90612787dd1423708a7a1d039c4955e1a6166457 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 17 Feb 1999 06:10:34 -0500 Subject: [PATCH] - Add subf. split alternative output template for previous commit. From-SVN: r25268 --- gcc/config/rs6000/rs6000.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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")]) -- 2.30.2