Commit 584bb7fc by Jeff Law

mn10300.md (bCC, [...]): Use bCC .+X instead of bCC 0f.

        * mn10300/mn10300.md (bCC, inverted bCC): Use bCC .+X instead
        of bCC 0f.

From-SVN: r13496
parent 7402683f
...@@ -469,7 +469,7 @@ ...@@ -469,7 +469,7 @@
|| GET_CODE (operands[1]) == LE || GET_CODE (operands[1]) == LE
|| GET_CODE (operands[1]) == LT)) || GET_CODE (operands[1]) == LT))
return 0; return 0;
return \"b%B1 0f\\n\\tjmp %0\\n0:\"; return \"b%B1 .+8\\n\\tjmp %0\\n\";
}" }"
[(set_attr "cc" "none")]) [(set_attr "cc" "none")])
...@@ -488,7 +488,7 @@ ...@@ -488,7 +488,7 @@
|| GET_CODE (operands[1]) == LE || GET_CODE (operands[1]) == LE
|| GET_CODE (operands[1]) == LT)) || GET_CODE (operands[1]) == LT))
return 0; return 0;
return \"b%b1 0f\\n\\tjmp %0\\n0:\"; return \"b%b1 .+8\\n\\tjmp %0\\n\";
}" }"
[(set_attr "cc" "none")]) [(set_attr "cc" "none")])
......
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