IC: (X & C1) | C2 --> (X | C2) & (C1|C2)
[oota-llvm.git] / lib / Transforms / Scalar / InstructionCombining.cpp
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattnerinitial checkin