InstCombine: ((A & ~B) ^ (~A & B)) to A ^ B
[oota-llvm.git] / lib / Transforms / Utils / ValueMapper.cpp
2002-12-07 Chris LattnerFix bug that was bugging bugpoint
2002-11-20 Chris LattnerInitial checkin of Module cloning support stuff