From 480ae58f31f44c7369688344e15286cf3a187075 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 26 Jul 1995 08:11:46 -0400 Subject: [PATCH] Fixed typos ('bhos' -> 'bhis'). From-SVN: r10159 --- gcc/config/pdp11/pdp11.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.30.2