Treat the lower word of lowered 64bit operations always as unsigned. Using the same...
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 18 Sep 2007 15:17:52 +0000 (15:17 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 18 Sep 2007 15:17:52 +0000 (15:17 +0000)
commit77105a553a245389095f3849d2143cb90b5d77ff
treed37c4953ed478f6190c1125248a3a0a3090b102f
parentc5c1706b2c305dbb427b033323e39fe262d7db8e
Treat the lower word of lowered 64bit operations always as unsigned. Using the same signedness as the high word is wrong (for example x < 0).

[r15868]
ir/be/ia32/ia32_intrinsics.c
ir/lower/lower_dw.c