* config/ia64/ia64.md (conditional_trap): Fix predicate polarity.

From-SVN: r52507
This commit is contained in:
Richard Henderson 2002-04-18 20:59:28 -07:00
parent 57174693e0
commit 5cf63e3f08

View file

@ -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")])