Enhance hasConstantValue to ignore undef values in phi nodes. This allows it
[oota-llvm.git] / test / CFrontend / 2003-08-20-BadBitfieldRef.c
1 void foo()
2 {
3   char *ap;
4   ap[1] == '-' && ap[2] == 0;
5 }
6