Commit 480ae58f by Richard Kenner

Fixed typos ('bhos' -> 'bhis').

From-SVN: r10159
parent c6e11279
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment