aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRangeEdit.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-02-19 00:38:43 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-02-19 00:38:43 +0000
commitfd38917d4d040759d75e9d1f4e2c885fb40ba2d7 (patch)
treedafdd21967740a0c8627d474cb59fb330536e027 /lib/CodeGen/LiveRangeEdit.h
parenta2ebf60ef2c434428af7f810b13327ab50245a67 (diff)
This method belonged in VirtRegMap.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveRangeEdit.h')
-rw-r--r--lib/CodeGen/LiveRangeEdit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/LiveRangeEdit.h b/lib/CodeGen/LiveRangeEdit.h
index 832a12db4f..73f69ed639 100644
--- a/lib/CodeGen/LiveRangeEdit.h
+++ b/lib/CodeGen/LiveRangeEdit.h
@@ -73,10 +73,6 @@ public:
LiveInterval &getParent() const { return parent_; }
unsigned getReg() const { return parent_.reg; }
- /// getOriginal - Return the original virtual register that parent descends
- /// from through splitting. The original was not created by splitting.
- unsigned getOriginal(const VirtRegMap&) const;
-
/// Iterator for accessing the new registers added by this edit.
typedef SmallVectorImpl<LiveInterval*>::const_iterator iterator;
iterator begin() const { return newRegs_.begin()+firstNew_; }