mirror of
https://github.com/cc65/cc65.git
synced 2025-04-04 06:29:41 +00:00
Added a comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5769 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
a27bc7774e
commit
ae42e3b491
@ -444,6 +444,11 @@ unsigned OptShift4 (CodeSeg* S)
|
||||
* dey
|
||||
* bpl L1
|
||||
* rol a
|
||||
*
|
||||
* A negative shift count or one that is greater or equal than
|
||||
* the bit width of the left operand (which is promoted to
|
||||
* integer before the operation) causes undefined behaviour, so
|
||||
* above transformation is safe.
|
||||
*/
|
||||
CodeLabel* L;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user