[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / and-not-or.ll
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
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...