Move all work list processing to copyCoalesceWorkList().
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 18 May 2012 21:09:40 +0000 (21:09 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 18 May 2012 21:09:40 +0000 (21:09 +0000)
commitb686a2cebd4399bdaf1e4b425dc817ac05c6c636
tree2cc3bb45cd42da27c874e24e29bc31084af4fe63
parentac59380dfdf71520044f5c66891fb24c5ae0fef8
Move all work list processing to copyCoalesceWorkList().

This will make it possible to filter out erased instructions later.

llvm-svn: 157073
llvm/lib/CodeGen/RegisterCoalescer.cpp