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)
commit55751ba9e2c0d1fb0ff71fb74f5fb922ea29f2e5
tree5f0822745a3dea48bbc09231f971528b02d959ed
parent0a72d8bb204751eadff25f95b664a7fcf2ed5ab2
Avoid caching the MachineFunction, we don't use it outside of
runOnMachineFunction.

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