aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading/or-undef.ll
AgeCommit message (Expand)Author
2012-12-30Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko
2010-02-11Make jump threading honor x|undef -> true and x&undef -> false,Chris Lattner