Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock method.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 18 Jun 2007 22:43:58 +0000 (22:43 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 18 Jun 2007 22:43:58 +0000 (22:43 +0000)
commit2bdb7d0cc88881857073b36f4a09ebe2f2008c24
tree1663b9eb98aa86412736aa12aba37e0c05066244
parenteff2cdfca7fc9e39728e7d152d57891c27a3bde0
Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock method.

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