Add a priority queue class, which is a wrapper around std::priority_queue
[oota-llvm.git] / test / Transforms / InstCombine / 2008-02-16-SDivOverflow2.ll
2008-02-18 Nick LewyckyCorrectly fold divide-by-constant, even when faced...