This implements the second half of the fix for PR3290, handling
[oota-llvm.git] / test / Transforms / InstCombine / 2008-11-20-DivMulRem.ll
2008-11-21 Nick LewyckyOptimize (x/y)*y into x-(x%y) in general. Div and rem...