InstCombine: ((A & ~B) ^ (~A & B)) to A ^ B
[oota-llvm.git] / test / Transforms / InstCombine / 2011-09-03-Trampoline.ll
2011-09-07 Duncan SandsForgot to add this trampoline testcase.