Avoid caching the MachineFunction, we don't use it outside of
authorEric Christopher <echristo@gmail.com>
Wed, 15 Oct 2014 21:06:25 +0000 (21:06 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 15 Oct 2014 21:06:25 +0000 (21:06 +0000)
commit2181fb2ff30f9603a68c98c88af7381d90c42eff
tree34b4a679b7e6d00069764b58e42ba85fc747a8bd
parenta0022964276a538e37bb5bafb14136fd0d17a9b3
Avoid caching the MachineFunction, we don't use it outside of
runOnMachineFunction.

llvm-svn: 219847
llvm/lib/CodeGen/PeepholeOptimizer.cpp