Add a pre-regalloc tail duplication pass.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 4 Dec 2009 09:42:45 +0000 (09:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 4 Dec 2009 09:42:45 +0000 (09:42 +0000)
commit79fc6f44b64f47b8a7d5e298c9f3c596b89fa88d
treee4ca04faae66d8f38add8b357d961099000d24bb
parent9d0f8bba17201cb26f5d642340eed66dedaec695
Add a pre-regalloc tail duplication pass.

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