aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-05-09 16:47:33 +0000
committerCraig Topper <craig.topper@gmail.com>2017-05-09 16:47:33 +0000
commit0acb6654d365508a2732d83134dff22daae1abee (patch)
treead05291bf15060ff68e86c0c9c5ff598dc79e62c /llvm/lib/Object/WasmObjectFile.cpp
parent6604a2ffbb5d0bc24e96106a67507985c25ff5bb (diff)
downloadllvm-0acb6654d365508a2732d83134dff22daae1abee.zip
llvm-0acb6654d365508a2732d83134dff22daae1abee.tar.gz
llvm-0acb6654d365508a2732d83134dff22daae1abee.tar.bz2
[APInt] Remove return value from tcFullMultiply.
The description says it returns the number of words needed to represent the results. But the way it was coded it always returns (lhsWords + rhsWords) or (lhsWords + rhsWords - 1). But the result could be even smaller than that and it wouldn't tell you. No one uses the result today so rather than try to fix it, just remove it. llvm-svn: 302551
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions