From be5de7a15852f98586bc6e1b3fbe951f35d72915 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Tue, 3 Jan 2012 09:03:35 +0000 Subject: [PATCH] s390.md ("*cmp_ccs"): Fix comment mentioning the instructions emitted by the pattern. 2012-01-03 Andreas Krebbel * config/s390/s390.md ("*cmp_ccs"): Fix comment mentioning the instructions emitted by the pattern. ("*TDC_insn_"): Add comment. From-SVN: r182831 --- gcc/ChangeLog | 6 ++++++ gcc/config/s390/s390.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21533a34287..a1d333be095 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2012-01-03 Andreas Krebbel + + * config/s390/s390.md ("*cmp_ccs"): Fix comment mentioning + the instructions emitted by the pattern. + ("*TDC_insn_"): Add comment. + 2012-01-03 Richard Guenther PR middle-end/51730 diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 4c9a40f6e8e..e8214dde60f 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -1010,7 +1010,7 @@ [(set_attr "op_type" "RRE") (set_attr "type" "fsimp")]) -; cxtr, cxbr, cdbr, cebr, cdb, ceb, cxbtr, cdbtr +; cxtr, cxbr, cdtr, cdbr, cebr, cdb, ceb (define_insn "*cmp_ccs" [(set (reg CC_REGNUM) (compare (match_operand:FP 0 "register_operand" "f,f") @@ -2816,6 +2816,7 @@ ; is the register to be tested and the second one is the bit mask ; specifying the required test(s). ; +; tcxb, tcdb, tceb, tdcxt, tdcdt, tdcet (define_insn "*TDC_insn_" [(set (reg:CCZ CC_REGNUM) (unspec:CCZ [(match_operand:FP_ALL 0 "register_operand" "f") -- 2.30.2