OSDN Git Service

[APInt] Use std::end to avoid mentioning the size of a local buffer repeatedly.
authorCraig Topper <craig.topper@gmail.com>
Wed, 24 May 2017 07:00:55 +0000 (07:00 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 24 May 2017 07:00:55 +0000 (07:00 +0000)
commit9b5a22370ec5d6e02582144e4b10802d7278b37c
treef898c3c87e11f95f45d8222fa157d536b69ccb04
parent3db1f7b1466a553c7ca8dfef313ddaf08eb20330
[APInt] Use std::end to avoid mentioning the size of a local buffer repeatedly.

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