aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/subcse.c
blob: 0a10991f18aa59bb943d99b03cb1a41fd65f083d (plain)
1
2
3
4
5
6
foo (a, b, p)
     int *p;
{
  p[0] = 1230 - a;
  p[1] = 1230 - b;
}