Make MachineDominators available for SplitEditor. We are going to need it for
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 28 Oct 2010 20:34:50 +0000 (20:34 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 28 Oct 2010 20:34:50 +0000 (20:34 +0000)
commitd68f458244b9d9a6644a9550dd5cee60331c9e7d
treebe0b854b155d5095eeb52ab05922ec2a16742ad2
parent26b92be9222e267447efe943f12848775075e22f
Make MachineDominators available for SplitEditor. We are going to need it for
proper SSA updating.

This doesn't cause MachineDominators to be recomputed since we are already
requiring MachineLoopInfo which uses dominators as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117598 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h