InstCombine: ((A & ~B) ^ (~A & B)) to A ^ B
[oota-llvm.git] / lib / Option / CMakeLists.txt
2013-08-06 NAKAMURA TakumiOption/CMakeLists.txt: Don't use target_link_libraries...
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.