diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-12-04 09:42:45 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-12-04 09:42:45 +0000 |
| commit | 79fc6f44b64f47b8a7d5e298c9f3c596b89fa88d (patch) | |
| tree | e4ca04faae66d8f38add8b357d961099000d24bb /include/llvm/CodeGen | |
| parent | 9d0f8bba17201cb26f5d642340eed66dedaec695 (diff) | |
Add a pre-regalloc tail duplication pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
| -rw-r--r-- | include/llvm/CodeGen/Passes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index 79fc99a8b2..99f8c34cce 100644 --- a/include/llvm/CodeGen/Passes.h +++ b/include/llvm/CodeGen/Passes.h @@ -131,7 +131,7 @@ namespace llvm { /// TailDuplicate Pass - Duplicate blocks with unconditional branches /// into tails of their predecessors. - FunctionPass *createTailDuplicatePass(); + FunctionPass *createTailDuplicatePass(bool PreRegAlloc = false); /// IfConverter Pass - This pass performs machine code if conversion. FunctionPass *createIfConverterPass(); |
