diff options
author | tege <tege@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-03-26 13:46:44 +0000 |
---|---|---|
committer | tege <tege@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-03-26 13:46:44 +0000 |
commit | daf6988c517b8395ec271c327ca65803ec220c7b (patch) | |
tree | 9d1b865a11a254da80e77b15fb1d716c880201f7 /gcc/config/vax | |
parent | e7555ab3fba9b93b1c82e603f9c4720d4452a797 (diff) | |
download | gcc-daf6988c517b8395ec271c327ca65803ec220c7b.tar.gz |
(insv matcher): Call CC_STATUS_INIT.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11616 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/vax.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/vax/vax.md b/gcc/config/vax/vax.md index ba004e9a6a2..314ea731048 100644 --- a/gcc/config/vax/vax.md +++ b/gcc/config/vax/vax.md @@ -1341,6 +1341,7 @@ operands[0] = adj_offsettable_operand (operands[0], INTVAL (operands[2]) / 8); + CC_STATUS_INIT; if (INTVAL (operands[1]) == 8) return \"movb %3,%0\"; return \"movw %3,%0\"; |