diff options
-rw-r--r-- | gcc/config/ia64/ia64.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index 9a2f9de7..006c28b 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -5072,7 +5072,7 @@ (const_int 0)]) (match_operand 2 "const_int_operand" ""))] "" - "(%j0) break %2" + "(%J0) break %2" [(set_attr "itanium_class" "chk_s") (set_attr "predicable" "no")]) |