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)
commitb65c7b919c37ce85946e3952cecd4568a5615bb8
treebe38888b4baf341a4bad7993f581fc4df439fb01
parent20c98938bb614df5dc18a0d2653a47c901ce3593
Remove the use and member variable of the TargetMachine from
MachineLICM as we can get the same data off of the MachineFunction.

llvm-svn: 219663
llvm/lib/CodeGen/MachineLICM.cpp