InstCombine: Add a combine that turns (2^n)-1 ^ x back into (2^n)-1 - x iff x is...
[oota-llvm.git] / lib / Transforms / CMakeLists.txt
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...