diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-21 17:12:15 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-21 17:12:15 +0000 |
commit | 0635ead2c4f2182a480a3281b9b2fff084a10634 (patch) | |
tree | 68ca09092f592597566e3921eb8658d96b3efc76 /include/llvm/CodeGen/LiveInterval.h | |
parent | 3d6ccfba314ed38e4506dae2781a060e9a3e07ac (diff) | |
download | external_llvm-0635ead2c4f2182a480a3281b9b2fff084a10634.zip external_llvm-0635ead2c4f2182a480a3281b9b2fff084a10634.tar.gz external_llvm-0635ead2c4f2182a480a3281b9b2fff084a10634.tar.bz2 |
Remove dead method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveInterval.h')
-rw-r--r-- | include/llvm/CodeGen/LiveInterval.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 450d4b4..33d3d12 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -388,11 +388,6 @@ namespace llvm { bool liveAt(SlotIndex index) const; - // liveBeforeAndAt - Check if the interval is live at the index and the - // index just before it. If index is liveAt, check if it starts a new live - // range.If it does, then check if the previous live range ends at index-1. - bool liveBeforeAndAt(SlotIndex index) const; - /// killedAt - Return true if a live range ends at index. Note that the kill /// point is not contained in the half-open live range. It is usually the /// getDefIndex() slot following its last use. |