aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-07-26 08:11:46 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-07-26 08:11:46 -0400
commit480ae58f31f44c7369688344e15286cf3a187075 (patch)
tree838851ca7ea1dce88b0b888f713593fb343c4704 /gcc
parentc6e11279a0019514d347c16628e65df3815dcf14 (diff)
downloadgcc-480ae58f31f44c7369688344e15286cf3a187075.zip
gcc-480ae58f31f44c7369688344e15286cf3a187075.tar.gz
gcc-480ae58f31f44c7369688344e15286cf3a187075.tar.bz2
Fixed typos ('bhos' -> 'bhis').
From-SVN: r10159
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/pdp11/pdp11.md6
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))