Optimize exact sdiv by a constant power of 2 to ashr.
[oota-llvm.git] / test / FrontendC / 2008-01-24-StructAlignAndBitFields.c
1 // RUN: %llvmgcc %s -S -o -
2
3 struct U { char a; short b; int c:25; char d; } u;
4