mn10300.md (bCC, [...]): Use bCC .+X instead of bCC 0f.
authorJeff Law <law@gcc.gnu.org>
Thu, 16 Jan 1997 15:05:37 +0000 (08:05 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Jan 1997 15:05:37 +0000 (08:05 -0700)
        * mn10300/mn10300.md (bCC, inverted bCC): Use bCC .+X instead
        of bCC 0f.

From-SVN: r13496

gcc/config/mn10300/mn10300.md

index 6ef5d30923d7df8c2de41eab8d1831a86fe66b4f..ebf41e54279698bffca11be3b3ee658161036da3 100644 (file)
          || GET_CODE (operands[1]) == LE
          || GET_CODE (operands[1]) == LT))
     return 0;
-  return \"b%B1 0f\\n\\tjmp %0\\n0:\";
+  return \"b%B1 .+8\\n\\tjmp %0\\n\";
 }"
  [(set_attr "cc" "none")])
 
          || GET_CODE (operands[1]) == LE
          || GET_CODE (operands[1]) == LT))
     return 0;
-  return \"b%b1 0f\\n\\tjmp %0\\n0:\";
+  return \"b%b1 .+8\\n\\tjmp %0\\n\";
 }"
  [(set_attr "cc" "none")])