Implement a simple target-independent CFG cleanup pass
authorChris Lattner <sabre@nondot.org>
Sat, 31 Jul 2004 10:01:27 +0000 (10:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 31 Jul 2004 10:01:27 +0000 (10:01 +0000)
commit21ab22e47592d8a4046cfdac844d76b2cb76d711
treecb13cf13ce86688ce6b89492d9892b30c8ad7f9a
parent36c29dbbeede86ef94e67ef7e5858f190ae0b83a
Implement a simple target-independent CFG cleanup pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15368 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BranchFolding.cpp [new file with mode: 0644]