From: Richard Kenner Date: Wed, 26 Jul 1995 12:11:46 +0000 (-0400) Subject: Fixed typos ('bhos' -> 'bhis'). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=480ae58f31f44c7369688344e15286cf3a187075;p=gcc.git Fixed typos ('bhos' -> 'bhis'). From-SVN: r10159 --- diff --git a/gcc/config/pdp11/pdp11.md b/gcc/config/pdp11/pdp11.md index 615581015d4..912d546b143 100644 --- a/gcc/config/pdp11/pdp11.md +++ b/gcc/config/pdp11/pdp11.md @@ -365,7 +365,7 @@ (label_ref (match_operand 0 "" "")) (pc)))] "" - "* return output_jump(\"blo\", \"bhos\", get_attr_length(insn));" + "* return output_jump(\"blo\", \"bhis\", get_attr_length(insn));" [(set (attr "length") (if_then_else (ior (le (minus (match_dup 0) (pc)) (const_int -128)) @@ -538,7 +538,7 @@ (pc) (label_ref (match_operand 0 "" ""))))] "" - "* return output_jump(\"bhos\", \"blo\", get_attr_length(insn));" + "* return output_jump(\"bhis\", \"blo\", get_attr_length(insn));" [(set (attr "length") (if_then_else (ior (le (minus (match_dup 0) (pc)) (const_int -128)) @@ -572,7 +572,7 @@ (pc) (label_ref (match_operand 0 "" ""))))] "" - "* return output_jump(\"blo\", \"bhos\", get_attr_length(insn));" + "* return output_jump(\"blo\", \"bhis\", get_attr_length(insn));" [(set (attr "length") (if_then_else (ior (le (minus (match_dup 0) (pc)) (const_int -128))