Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and
[oota-llvm.git] / test / CodeGen / ARM / 2009-09-23-LiveVariablesBug.ll
2009-09-24 Evan ChengFix PR5024 with a big hammer: disable the double-def...