compare & branch invalidates CC

From-SVN: r105491
This commit is contained in:
Paul Woegerer 2005-10-17 08:19:59 +00:00
parent 9952399443
commit 5acaf46030
1 changed files with 2 additions and 1 deletions

View File

@ -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<tIsa>\t%2, %1, %l3"
[(set_attr "length" "6")]