now that it doesn't use the PromoteMemToReg function, LICM doesn't
authorChris Lattner <sabre@nondot.org>
Sun, 29 Aug 2010 06:49:44 +0000 (06:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Aug 2010 06:49:44 +0000 (06:49 +0000)
commit44e2bd31f13da68bca451e4210560db3644b8208
treeb576091c1ef45ab0fec7b1f0679b0b2025398987
parente488064922f12c4cf07f3aef9a4d2d3ffd15f9c0
now that it doesn't use the PromoteMemToReg function, LICM doesn't
require DomFrontier.  Dropping this doesn't actually save any runs
of the pass though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112418 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LICM.cpp