Hal Finkel 40be73bed7 Disallow i64 div/rem in PPC32 counter loops
On PPC32, [su]div,rem on i64 types are transformed into runtime library
function calls. As a result, they are not allowed in counter-based loops (the
counter-loops verification pass caught this error; this change fixes PR16169).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183581 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-07 22:16:19 +00:00
..
2013-05-14 20:34:12 +00:00
2013-06-05 20:33:54 +00:00
2013-06-05 20:33:54 +00:00
2013-05-20 18:49:15 +00:00