Fix a type issue in r255455. Should not use unsigned type as std::abs()'s template...
authorCong Hou <congh@google.com>
Sun, 13 Dec 2015 17:00:25 +0000 (17:00 +0000)
committerCong Hou <congh@google.com>
Sun, 13 Dec 2015 17:00:25 +0000 (17:00 +0000)
commit778ee759f61c2d6aa43d9dfc03f9cf671a720424
tree8c3abf1fe34a62580e7a1cc9758c7bbbc76a8806
parentf26946fa526e28e7384899ec3fffb25809ad19d3
Fix a type issue in r255455. Should not use unsigned type as std::abs()'s template type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255461 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineBasicBlock.cpp