tree-optimization/116842 - vectorizer load hosting breaks UID order
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / cmb.c
blobb1beb85a71c08f23364e41166b5c11b78d1b5c4c
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (p1, p2)
4 short p1, *p2;
6 int a;
7 return (int) p1 + (int) *p2;