Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.
[oota-llvm.git] / test / CodeGen / X86 / i128-sdiv.ll
2011-10-27 Eli FriedmanDon't crash on 128-bit sdiv by constant. Found by...