[llvm-commits] CVS: llvm/lib/CodeGen/BranchFolding.cpp MachineBasicBlock.cpp

2007-06-18 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: BranchFolding.cpp updated: 1.67 -> 1.68 MachineBasicBlock.cpp updated: 1.46 -> 1.47 --- Log message: Move CorrectExtraCFGEdges() from BranchFolding.cpp to a MachineBasicBlock method. --- Diffs of the changes: (+64 -75) BranchFolding.cpp | 79 ++-

[llvm-commits] CVS: llvm/lib/CodeGen/BranchFolding.cpp MachineBasicBlock.cpp

2007-06-03 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: BranchFolding.cpp updated: 1.63 -> 1.64 MachineBasicBlock.cpp updated: 1.45 -> 1.46 --- Log message: Move ReplaceUsesOfBlockWith() out of BranchFolding into a MachineBasicBlock general facility. --- Diffs of the changes: (+29 -40) BranchFolding.cpp