Enhance hasConstantValue to ignore undef values in phi nodes. This allows it
[oota-llvm.git] / test / CFrontend / 2003-11-20-ComplexDivision.c
1 int test() {
2   __complex__ double C;
3   double D;
4   C / D;
5 }