diff options
-rw-r--r-- | gcc/config/moxie/moxie.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/moxie/moxie.md b/gcc/config/moxie/moxie.md index 64f8395cb7b..5167223e255 100644 --- a/gcc/config/moxie/moxie.md +++ b/gcc/config/moxie/moxie.md @@ -308,7 +308,7 @@ (match_operand:SI 1 "general_operand" "") (match_operand:SI 2 "general_operand" ""))) (set (pc) - (if_then_else (match_operator:CC 0 "comparison_operator" + (if_then_else (match_operator 0 "comparison_operator" [(reg:CC CC_REG) (const_int 0)]) (label_ref (match_operand 3 "" "")) (pc)))] |