]> granicus.if.org Git - llvm/commit
[APInt] Fix a case where udivrem might delete and create a new allocation instead...
authorCraig Topper <craig.topper@gmail.com>
Fri, 12 May 2017 07:21:09 +0000 (07:21 +0000)
committerCraig Topper <craig.topper@gmail.com>
Fri, 12 May 2017 07:21:09 +0000 (07:21 +0000)
commit2dfa410c1dc28900736a1f745ce9dd060fd6293b
tree1b381943fb2e1f61d11735c493f5240102ce91c2
parentb62f430846b071c9fda2aa51dd8e3f55d42ee657
[APInt] Fix a case where udivrem might delete and create a new allocation instead of reusing the original.

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