Style cleanup of old gc.root lowering code
authorPhilip Reames <listmail@philipreames.com>
Thu, 15 Jan 2015 19:49:25 +0000 (19:49 +0000)
committerPhilip Reames <listmail@philipreames.com>
Thu, 15 Jan 2015 19:49:25 +0000 (19:49 +0000)
commitff0ce51baba85eaba0c58cc36ff3801c3e89b33e
tree5e3db6617b3fbc3f094d91b43fc7e2c23a84d2b1
parentecbec418bd1db9519d20d84f23d597ee4aa28d3a
Style cleanup of old gc.root lowering code

Use static functions for helpers rather than static member functions.  a) this changes the linking (minor at best), and b) this makes it obvious no object state is involved.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226198 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/GCRootLowering.cpp