diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-08 18:50:24 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-08 18:50:24 +0000 |
| commit | 1eac61d65261a55529277d5c94dffef46519a7cc (patch) | |
| tree | 5a639ffbd7d57a5f51bab589f4ac15d68be2f226 /include/llvm/CodeGen/LiveInterval.h | |
| parent | 38e164de21fe19249d616c943ef9a97400f1f63e (diff) | |
| download | external_llvm-1eac61d65261a55529277d5c94dffef46519a7cc.zip external_llvm-1eac61d65261a55529277d5c94dffef46519a7cc.tar.gz external_llvm-1eac61d65261a55529277d5c94dffef46519a7cc.tar.bz2 | |
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveInterval.h')
| -rw-r--r-- | include/llvm/CodeGen/LiveInterval.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index a8d196e..3b5844f 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -447,10 +447,6 @@ namespace llvm { /// index (register interval) or defined VNInfo *findDefinedVNInfoForRegInt(SlotIndex Idx) const; - /// findDefinedVNInfo - Find the VNInfo that's defined by the specified - /// register (stack inteval only). - VNInfo *findDefinedVNInfoForStackInt(unsigned Reg) const; - /// overlaps - Return true if the intersection of the two live intervals is /// not empty. |
