IRA: Ignore debug insns for uses in split_live_ranges_for_shrink_wrap. [PR116179]
[official-gcc.git] / gcc / testsuite / c-c++-common / analyzer / pr110455.c
blob7f979436b793d7e63577e28f1dd77edf4fe30f4e
1 int __attribute__((__vector_size__ (4))) v;
3 void
4 foo (void)
6 v | v << 1;