* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr40252.c
blobf58e799b01f593f836e92d3fa45fb9c3c2b43eef
1 typedef unsigned int uint32_t;
2 static void IP(uint32_t v[2])
4 v[0] = ((v[0] << 1) | ((v[0] >> 31) & 1L)) & 0xffffffffL;