diff options
Diffstat (limited to 'gcc/config/m32r/m32r.md')
| -rw-r--r-- | gcc/config/m32r/m32r.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md index 4de64b05272..83976a8737d 100644 --- a/gcc/config/m32r/m32r.md +++ b/gcc/config/m32r/m32r.md @@ -1242,7 +1242,7 @@  ;; reg == small constant comparisons are best handled by putting the result  ;; of the comparison in a tmp reg and then using beqz/bnez.  ;; ??? The result register doesn't contain 0/STORE_FLAG_VALUE, -;; it contains 0/non-zero. +;; it contains 0/nonzero.  (define_insn "cmp_ne_small_const_insn"    [(set (match_operand:SI 0 "register_operand" "=r,r")  | 

