From 8dd3b235b8c7d8ee9c7dfeff2a33a5f85593064f Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Tue, 2 Nov 2004 15:11:43 +0000 Subject: [PATCH] s390.md ("movcc"): Set type attribute. 2004-11-02 Andreas Krebbel * config/s390/s390.md ("movcc"): Set type attribute. From-SVN: r89986 --- gcc/ChangeLog | 4 ++++ gcc/config/s390/s390.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 60c224c1fba..e3ef271a0fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-02 Andreas Krebbel + + * config/s390/s390.md ("movcc"): Set type attribute. + 2004-11-02 Kazu Hirata * tree-phinodes.c (add_phi_arg): Add an assertion that the diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 0368466d002..229e3e0f3a1 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -1468,7 +1468,8 @@ sty\t%0,%1 l\t%1,%0 ly\t%1,%0" - [(set_attr "op_type" "RR,RI,RRE,RX,RXY,RX,RXY")]) + [(set_attr "op_type" "RR,RI,RRE,RX,RXY,RX,RXY") + (set_attr "type" "lr,*,*,store,store,load,load")]) ; ; Block move (MVC) patterns. -- 2.30.2