This patch implements transform for pattern "(A & B) | ((~A) ^ B) -> (~A ^ B)".
[oota-llvm.git] / lib / MC / MCAsmInfoELF.cpp
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.