Enhance hasConstantValue to ignore undef values in phi nodes. This allows it
[oota-llvm.git] / test / CFrontend / 2004-06-08-OpaqueStructArg.c
1    struct fu;
2    void foo(struct fu);
3    void bar() {
4       foo;
5    }