This implements the second half of the fix for PR3290, handling
[oota-llvm.git] / test / Transforms / InstCombine / or-to-xor.ll
2008-12-01 Bill WendlingUse m_Specific() instead of double matching.
2008-11-30 Bill WendlingAdd instruction combining for ((A&~B)|(~A&B)) -> A...