[Support] Move some APInt declarations in DivisionByConstantInfo to their first assig...
authorCraig Topper <craig.topper@sifive.com>
Fri, 23 Dec 2022 05:50:01 +0000 (21:50 -0800)
committerCraig Topper <craig.topper@sifive.com>
Fri, 23 Dec 2022 06:09:12 +0000 (22:09 -0800)
commit1a6310bf87f6497a9448ae5ab13d75b339c758af
tree7b9b64316b148582ec5dea0edb6fb68a32975bee
parentf1129601900162aa25f6d2586901a22c3956b333
[Support] Move some APInt declarations in DivisionByConstantInfo to their first assignment.

This uses copy initialization instead of default constructing the
APInts and assigning over them.
llvm/lib/Support/DivisionByConstantInfo.cpp