summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-24 20:18:15 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-06-24 20:18:15 +0000
commit3c7b3fecacee40df7b9a99d290638398b5a62173 (patch)
tree0188b436800ceff1d8226b68b69c598c61fa660a /include/llvm/CodeGen
parentc0490ac91502c3f9e791124c6f3a8ad17aab6a72 (diff)
downloadllvm-3c7b3fecacee40df7b9a99d290638398b5a62173.tar.gz
llvm-3c7b3fecacee40df7b9a99d290638398b5a62173.tar.bz2
llvm-3c7b3fecacee40df7b9a99d290638398b5a62173.tar.xz
Remove the now unused LiveIntervals::getVNInfoSourceReg().
This method was always a bit too simplistic for the real world. It didn't really deal with subregisters and such. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index a07814bf5e..5a0d81b5c2 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -228,10 +228,6 @@ namespace llvm {
VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
- /// getVNInfoSourceReg - Helper function that parses the specified VNInfo
- /// copy field and returns the source register that defines it.
- unsigned getVNInfoSourceReg(const VNInfo *VNI) const;
-
virtual void getAnalysisUsage(AnalysisUsage &AU) const;
virtual void releaseMemory();