OSDN Git Service

add the branch folding pass as a late cleanup pass for all targets. For now
authorChris Lattner <sabre@nondot.org>
Fri, 13 Oct 2006 20:45:56 +0000 (20:45 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Oct 2006 20:45:56 +0000 (20:45 +0000)
commit4a84ad7a2bfd1795357776164e3bf80a2600d924
tree0772fbe79bf61d3fa6651ef9c4cac544072919e3
parentb2cd26127973b97c3ed8d74a063e70a259369e44
add the branch folding pass as a late cleanup pass for all targets.  For now
it just deletes empty MBB's.  Soon it will do more :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30941 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LLVMTargetMachine.cpp