(iorsi3): Add CC_STATUS_INIT if use bset.

From-SVN: r3399
This commit is contained in:
Richard Stallman 1993-02-01 16:58:37 +00:00
parent fc06d7aaee
commit e05d627094
1 changed files with 1 additions and 0 deletions

View File

@ -2981,6 +2981,7 @@
operands[0] = adj_offsettable_operand (operands[0], 3 - (logval / 8));
operands[1] = gen_rtx (CONST_INT, VOIDmode, logval % 8);
}
CC_STATUS_INIT;
return \"bset %1,%0\";
}
return \"or%.l %2,%0\";