Bootstrapped and regtested on IBM Z.  Ok for master?

gcc/ChangeLog:

        * config/s390/vx-builtins.md ("*vfees<mode>"): Fix output
          template.
---
 gcc/config/s390/vx-builtins.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/s390/vx-builtins.md b/gcc/config/s390/vx-builtins.md
index 010db4d1115..0c2e7170223 100644
--- a/gcc/config/s390/vx-builtins.md
+++ b/gcc/config/s390/vx-builtins.md
@@ -1395,7 +1395,7 @@
 
   if (flags == VSTRING_FLAG_ZS)
     return "vfeez<bhfgq>s\t%v0,%v1,%v2";
-  return "vfee<bhfgq>s\t%v0,%v1,%v2,%b3";
+  return "vfee<bhfgq>s\t%v0,%v1,%v2";
 }
   [(set_attr "op_type" "VRR")])
 
-- 
2.28.0

Reply via email to