The method of doing the matching with a 'select' instruction was wrong. The
[oota-llvm.git] / test / FrontendC / 2007-04-11-PR1321.c
1 // RUN: %llvmgcc %s -S -o /dev/null
2
3 struct X {
4   unsigned int e0 : 17;
5   unsigned int e1 : 17;
6   unsigned int e2 : 17;
7   unsigned int e3 : 17;
8   unsigned int e4 : 17;
9   unsigned int e5 : 17;
10   unsigned int e6 : 17;
11   unsigned int e7 : 17;
12 } __attribute__((packed)) x;