Re-commit r124462 with fixes. Tail recursion elim will now dup ret into unconditional...
[oota-llvm.git] / test / Transforms / JumpThreading / or-undef.ll
2010-02-11 Chris LattnerMake jump threading honor x|undef -> true and x&undef...