Remove the now unused LiveIntervals::getVNInfoSourceReg().
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 24 Jun 2010 20:18:15 +0000 (20:18 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 24 Jun 2010 20:18:15 +0000 (20:18 +0000)
commit3c7b3fecacee40df7b9a99d290638398b5a62173
tree0188b436800ceff1d8226b68b69c598c61fa660a
parentc0490ac91502c3f9e791124c6f3a8ad17aab6a72
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
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveIntervalAnalysis.cpp