]> git.ipfire.org Git - thirdparty/gcc.git/commit
Rename "z" constraint to "Zz" on the H8/300
authorJeff Law <jeffreyalaw@gmail.com>
Sun, 16 Oct 2022 14:58:52 +0000 (10:58 -0400)
committerJeff Law <jeffreyalaw@gmail.com>
Sun, 16 Oct 2022 14:58:52 +0000 (10:58 -0400)
commit709b2160bcd8f6f57c8754c73d40550895339c7b
tree84422b86d44fbf51cf80577d26de997407a9b13a
parent6c3da5ca84ded7c5754183f8d2cad0d01e1562ff
Rename "z" constraint to "Zz" on the H8/300

I want to use Z as a multi-letter constraint.  So first we have to
adjust the existing use of Z.  This does not affect code generation.

gcc/
* config/h8300/constraints.md (Zz constraint): Renamed
from "z".
* config/h8300/movepush.md (movqi_h8sx, movhi_h8sx): Adjust
constraint to use Zz instead of Z.
gcc/config/h8300/constraints.md
gcc/config/h8300/movepush.md