summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-10-05 23:10:09 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-10-05 23:10:09 +0000
commitfc3ef3c2e9e1a01f19aaf1e362d8d2f209c09a46 (patch)
tree0c3561d614eb99042425716e8c99ffad126aa8ee /lib/CodeGen/SplitKit.h
parentd00f7e0c76d997b6b685ea66ba78aba2b952cd92 (diff)
downloadllvm-fc3ef3c2e9e1a01f19aaf1e362d8d2f209c09a46.tar.gz
llvm-fc3ef3c2e9e1a01f19aaf1e362d8d2f209c09a46.tar.bz2
llvm-fc3ef3c2e9e1a01f19aaf1e362d8d2f209c09a46.tar.xz
Remove SplitAnalysis::removeUse. It was only used to make SplitAnalysis
reusable, but that is no longer relevant since a split will always replace the original. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r--lib/CodeGen/SplitKit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index a3488f75f0..e76cbc6ce3 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/lib/CodeGen/SplitKit.h
@@ -68,9 +68,6 @@ public:
/// split.
void analyze(const LiveInterval *li);
- /// removeUse - Update statistics by noting that mi no longer uses curli.
- void removeUse(const MachineInstr *mi);
-
const LiveInterval *getCurLI() { return curli_; }
/// clear - clear all data structures so SplitAnalysis is ready to analyze a