There is no portable std::abs overload for int64_t, use the llvm::abs64
authorChandler Carruth <chandlerc@gmail.com>
Fri, 6 Apr 2012 20:10:52 +0000 (20:10 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 6 Apr 2012 20:10:52 +0000 (20:10 +0000)
commitba4d45737f6e1094195823b33fb9868570ae1701
treea9dfc1e7cb7457e7321f98f71b65221091d42c90
parent55e79804226f1da02ec880c120671ff930e3dbe4
There is no portable std::abs overload for int64_t, use the llvm::abs64
which exists for this purpose.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154199 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp