diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-26 08:11:46 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-26 08:11:46 -0400 |
commit | 480ae58f31f44c7369688344e15286cf3a187075 (patch) | |
tree | 838851ca7ea1dce88b0b888f713593fb343c4704 | |
parent | c6e11279a0019514d347c16628e65df3815dcf14 (diff) | |
download | gcc-480ae58f31f44c7369688344e15286cf3a187075.zip gcc-480ae58f31f44c7369688344e15286cf3a187075.tar.gz gcc-480ae58f31f44c7369688344e15286cf3a187075.tar.bz2 |
Fixed typos ('bhos' -> 'bhis').
From-SVN: r10159
-rw-r--r-- | gcc/config/pdp11/pdp11.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/pdp11/pdp11.md b/gcc/config/pdp11/pdp11.md index 6155810..912d546 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)) |