[all-commits] [llvm/llvm-project] fdf9ba: [Float2Int] Stop passing around a reference to the...

Björn Pettersson via All-commits all-commits at lists.llvm.org
Thu Apr 16 06:24:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fdf9bad573c11760a4c83586bb48dbc3cd9d96c7
      https://github.com/llvm/llvm-project/commit/fdf9bad573c11760a4c83586bb48dbc3cd9d96c7
  Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/Scalar/Float2Int.h
    M llvm/lib/Transforms/Scalar/Float2Int.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list