Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock general...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 4 Jun 2007 06:44:01 +0000 (06:44 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 4 Jun 2007 06:44:01 +0000 (06:44 +0000)
commit0370fad74b48388412c52d1325512f2c218487fa
tree719b56402f4e3d3d2072bec9dc55d461d93eeb53
parent26042420d642e810f5cdfb2da6156b74aaf80945
Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock general facility.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37408 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineBasicBlock.h
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/MachineBasicBlock.cpp