Use IntEqClasses to compute connected components of live intervals.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 21 Dec 2010 00:48:17 +0000 (00:48 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 21 Dec 2010 00:48:17 +0000 (00:48 +0000)
commitb907e8a2d40dc546f21ff7e122a80b121653851a
treeaae2803590bfa885b3e4aa4b99b3b6ca31c73bc9
parent2a6899c5391a9aada02686dee29f9b56218ed1d3
Use IntEqClasses to compute connected components of live intervals.

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