diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-07-26 12:11:46 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-07-26 12:11:46 +0000 |
commit | 16f6107374df625846637388b964c37a3cd894cf (patch) | |
tree | 838851ca7ea1dce88b0b888f713593fb343c4704 /gcc/config/pdp11/pdp11.md | |
parent | 067fa30b9c935858ab4c2234955c88192b7ef2d3 (diff) | |
download | gcc-16f6107374df625846637388b964c37a3cd894cf.tar.gz |
Fixed typos ('bhos' -> 'bhis').
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10159 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pdp11/pdp11.md')
-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 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)) |