Add a priority queue class, which is a wrapper around std::priority_queue
[oota-llvm.git] / test / Transforms / InstCombine / zext-or-icmp.ll
2008-03-24 Evan ChengTransform (zext (or (icmp), (icmp))) to (or (zext ...