Remove the use and member variable of the TargetMachine from
authorEric Christopher <echristo@gmail.com>
Tue, 14 Oct 2014 06:26:57 +0000 (06:26 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 14 Oct 2014 06:26:57 +0000 (06:26 +0000)
commitb15974e996b7049e47f6f8b4bce8fce584dce19d
tree83e20876e7601c2279602d9e3990ed0be4344c72
parentc026db75e73d150b657743574cbac23a0d6c05fc
Remove the use and member variable of the TargetMachine from
MachineLICM as we can get the same data off of the MachineFunction.

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