[Float2Int] Stop passing around a reference to the class member Roots. NFC
authorBjorn Pettersson <bjorn.a.pettersson@ericsson.com>
Wed, 15 Apr 2020 11:32:31 +0000 (13:32 +0200)
committerBjorn Pettersson <bjorn.a.pettersson@ericsson.com>
Thu, 16 Apr 2020 13:24:13 +0000 (15:24 +0200)
commitfdf9bad573c11760a4c83586bb48dbc3cd9d96c7
tree0e257ffed553e7718ce95f5ab566062e70bba1bf
parent07c1978b15b4e9daefbf358e6fd185b5aa269f98
[Float2Int] Stop passing around a reference to the class member Roots. NFC

The Float2IntPass got a class member called Roots, but Roots
was also passed around to member function as a reference. This
patch simply remove those references.
llvm/include/llvm/Transforms/Scalar/Float2Int.h
llvm/lib/Transforms/Scalar/Float2Int.cpp