Combine the implementations of the core part of the SSAUpdater and
authorBob Wilson <bob.wilson@apple.com>
Tue, 4 May 2010 23:18:19 +0000 (23:18 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 4 May 2010 23:18:19 +0000 (23:18 +0000)
commit4aad88d1fd88413029dd05255306b07cb19396ee
treebbb590fd0da0108b276685a885a29d59db935ec1
parentd2760d1cba46e60011b04be70a4da047a21542ff
Combine the implementations of the core part of the SSAUpdater and
MachineSSAUpdater to avoid duplicating all the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103060 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/Transforms/Utils/SSAUpdaterImpl.h [new file with mode: 0644]
lib/CodeGen/MachineSSAUpdater.cpp
lib/Transforms/Utils/SSAUpdater.cpp