OSDN Git Service

Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 11 Oct 2010 21:45:03 +0000 (21:45 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 11 Oct 2010 21:45:03 +0000 (21:45 +0000)
commit31cc3ec3308c8fafd9865388214ae11662a71af4
tree65a640231d31cb7c54f9db399344003840cab17a
parenta1e2194f03ea56c65a44699c537245284224d8b2
Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis.

This helps hiding the LiveRange class which really should be private.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116244 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp