diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-10-05 23:10:09 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-10-05 23:10:09 +0000 |
commit | 56e2925e6c5ca0476d87b950387adf6de8c9c971 (patch) | |
tree | 912a475f5532129d65b8177dfaa1aaa34c041d73 /llvm/lib/CodeGen/SplitKit.h | |
parent | 0445e2a053679f97e1df657e2606a8fba1724a25 (diff) | |
download | bcm5719-llvm-56e2925e6c5ca0476d87b950387adf6de8c9c971.tar.gz bcm5719-llvm-56e2925e6c5ca0476d87b950387adf6de8c9c971.zip |
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.
llvm-svn: 115709
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.h')
-rw-r--r-- | llvm/lib/CodeGen/SplitKit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h index a3488f75f0d..e76cbc6ce3e 100644 --- a/llvm/lib/CodeGen/SplitKit.h +++ b/llvm/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 |