Use LiveRangeUpdater instead of mergeIntervalRanges.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 20 Feb 2013 18:18:15 +0000 (18:18 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 20 Feb 2013 18:18:15 +0000 (18:18 +0000)
commitd983d4c6ed5ef69ca2d2e07350cc346245f35b87
tree5504a32adcd0f99bded5d19c4573f4f269f5f417
parent1a41f32546019340f27a6f3854f3a73163a25dfe
Use LiveRangeUpdater instead of mergeIntervalRanges.

Performance is the same, but LiveRangeUpdater has a more flexible
interface.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175645 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
lib/CodeGen/LiveInterval.cpp