Change these tests to feed the assembly files to opt directly, instead
[oota-llvm.git] / test / Transforms / InstCombine / or-to-xor.ll
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2008-12-01 Bill WendlingUse m_Specific() instead of double matching.
2008-11-30 Bill WendlingAdd instruction combining for ((A&~B)|(~A&B)) -> A...