diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2010-05-05 18:45:40 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2010-05-05 18:45:40 +0000 |
| commit | 4b6abd8c2b5a29d09f7ee1c43caff23aa8e9e2ff (patch) | |
| tree | a2884797ce6234e886280150856efa3617bb9b6a /llvm/lib/CodeGen/PHIElimination.h | |
| parent | d7f69cb7ef9fa4bd6c79cfd3fb9f3b15485a10a6 (diff) | |
| download | bcm5719-llvm-4b6abd8c2b5a29d09f7ee1c43caff23aa8e9e2ff.tar.gz bcm5719-llvm-4b6abd8c2b5a29d09f7ee1c43caff23aa8e9e2ff.zip | |
Move REG_SEQUENCE removal to 2addr pass.
llvm-svn: 103109
Diffstat (limited to 'llvm/lib/CodeGen/PHIElimination.h')
| -rw-r--r-- | llvm/lib/CodeGen/PHIElimination.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/PHIElimination.h b/llvm/lib/CodeGen/PHIElimination.h index 3292aa27af6..7dedf0318a8 100644 --- a/llvm/lib/CodeGen/PHIElimination.h +++ b/llvm/lib/CodeGen/PHIElimination.h @@ -94,8 +94,6 @@ namespace llvm { return I; } - bool EliminateRegSequences(MachineFunction &MF); - typedef std::pair<unsigned, unsigned> BBVRegPair; typedef DenseMap<BBVRegPair, unsigned> VRegPHIUse; |

