It is possible for SimplifyCFG to cause PHI nodes to become redundant too late in...
[oota-llvm.git] / test / Bitcode / null-type.ll
1 ; RUN: not llvm-dis < %s.bc > /dev/null |& grep "Invalid MODULE_CODE_FUNCTION record"
2 ; PR8494