aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1997-01-16 08:05:37 -0700
committerJeff Law <law@gcc.gnu.org>1997-01-16 08:05:37 -0700
commit584bb7fc7536284bc9bdf05bd0a449f1e0d53dc6 (patch)
tree2f9387613a967b9070d34574adae5f13aa14a403
parent7402683f40d4b3448c61fdd23af7392fa57656df (diff)
downloadgcc-584bb7fc7536284bc9bdf05bd0a449f1e0d53dc6.zip
gcc-584bb7fc7536284bc9bdf05bd0a449f1e0d53dc6.tar.gz
gcc-584bb7fc7536284bc9bdf05bd0a449f1e0d53dc6.tar.bz2
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
-rw-r--r--gcc/config/mn10300/mn10300.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md
index 6ef5d30..ebf41e5 100644
--- a/gcc/config/mn10300/mn10300.md
+++ b/gcc/config/mn10300/mn10300.md
@@ -469,7 +469,7 @@
|| 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")])
@@ -488,7 +488,7 @@
|| 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")])