Set Remainder before Quotient in case Quotient and LHS alias. The new
authorJohn McCall <rjmccall@apple.com>
Thu, 24 Dec 2009 08:52:06 +0000 (08:52 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 24 Dec 2009 08:52:06 +0000 (08:52 +0000)
commitd73bf5987a0855e677fcefba74334c6a85b0b326
treecbebc11d519fc91ad59f3b570df7c0c03770353e
parentb97a21cb2b2fccdfdcafa5cb4b8a8c7d4f9b6508
Set Remainder before Quotient in case Quotient and LHS alias.  The new
order should be immune to such problems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92124 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp