Fix bug in run-line.
[oota-llvm.git] / test / Transforms / InstCombine / and-not-or.ll
2008-12-01 Chris Lattnersimplify these patterns using m_Specific. No need...
2008-11-30 Bill WendlingImplement (A&((~A)|B)) -> A&B transformation in the...