Add a priority queue class, which is a wrapper around std::priority_queue
[oota-llvm.git] / test / Transforms / InstCombine / urem.ll
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.