Commit f4f3cdf
committed
x86: Use HOST_WIDE_INT_(0|M1)U to initialize unsigned HOST_WIDE_INT
Use HOST_WIDE_INT_0U, instead of 0, HOST_WIDE_INT_M1U, instead of -1, to
initialize unsigned HOST_WIDE_INT.
* config/i386/i386-expand.cc (ix86_expand_set_or_cpymem): Use
HOST_WIDE_INT_0U and HOST_WIDE_INT_M1U to initialize unsigned
HOST_WIDE_INT.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>1 parent f88c3d7 commit f4f3cdf
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9515 | 9515 | | |
9516 | 9516 | | |
9517 | 9517 | | |
9518 | | - | |
9519 | | - | |
9520 | | - | |
| 9518 | + | |
| 9519 | + | |
| 9520 | + | |
9521 | 9521 | | |
9522 | 9522 | | |
9523 | 9523 | | |
| |||
0 commit comments