* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr17119.c
blob28d6ccbe0b210f48f54f8c34ea0da63d4c02e83a
1 void
2 _mesa_DrawPixels (int width, int height, unsigned format,
3 unsigned type, const void * pixels)
5 switch (format)
7 case 0x1900:
8 func1 ();
9 break;
10 case 0x1907:
11 case 0x80E0:
12 case 0x1908:
13 case 0x80E1:
14 case 0x8000:
15 func2 ();
16 break;