From 5acaf46030143cbb7e08c5c1dde13adff84d8e10 Mon Sep 17 00:00:00 2001 From: Paul Woegerer Date: Mon, 17 Oct 2005 08:19:59 +0000 Subject: [PATCH] compare & branch invalidates CC From-SVN: r105491 --- gcc/config/crx/crx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/crx/crx.md b/gcc/config/crx/crx.md index bb052d206d0..71acdd66803 100644 --- a/gcc/config/crx/crx.md +++ b/gcc/config/crx/crx.md @@ -529,7 +529,8 @@ [(match_operand:CRXIM 1 "register_operand" "r") (match_operand:CRXIM 2 "reg_or_cst4_operand" "rL")]) (label_ref (match_operand 3 "" "")) - (pc)))] + (pc))) + (clobber (reg:CC CC_REGNUM))] "" "cmpb%d0\t%2, %1, %l3" [(set_attr "length" "6")] -- 2.30.2