Don't die with an assertion if the Result bitwidth is already correct. This
authorChris Lattner <sabre@nondot.org>
Mon, 23 Apr 2012 00:27:54 +0000 (00:27 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Apr 2012 00:27:54 +0000 (00:27 +0000)
commita9963c648e1646fe6fc1015a61a05b08a62d0aa8
treeb8aad6ac278379c1e5ea48e87b335ddf27e13e09
parent85d043d6f6b59518bdaa20ae1957cbf645fd0cd6
Don't die with an assertion if the Result bitwidth is already correct.  This
fixes an assert reading "1239123123123123" when the result is already 64-bit.

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