diff options
author | Paul Woegerer <woepaul@gcc.gnu.org> | 2005-10-17 08:19:59 +0000 |
---|---|---|
committer | Paul Woegerer <woepaul@gcc.gnu.org> | 2005-10-17 08:19:59 +0000 |
commit | 5acaf46030143cbb7e08c5c1dde13adff84d8e10 (patch) | |
tree | 8e97cab419036cb34c1508613a6088f48d2e93e7 /gcc/config/crx | |
parent | 99523994430c1e8e39c5b6864954b6bc03a81089 (diff) | |
download | gcc-5acaf46030143cbb7e08c5c1dde13adff84d8e10.zip gcc-5acaf46030143cbb7e08c5c1dde13adff84d8e10.tar.gz gcc-5acaf46030143cbb7e08c5c1dde13adff84d8e10.tar.bz2 |
compare & branch invalidates CC
From-SVN: r105491
Diffstat (limited to 'gcc/config/crx')
-rw-r--r-- | gcc/config/crx/crx.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/crx/crx.md b/gcc/config/crx/crx.md index bb052d2..71acdd6 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<tIsa>\t%2, %1, %l3" [(set_attr "length" "6")] |