Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 1 Jun 2012 22:38:19 +0000 (22:38 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 1 Jun 2012 22:38:19 +0000 (22:38 +0000)
commit0984461dfb329c8e43ca70e264f56cd39bbae573
tree8b49a489bc1a1737f86cb7ec1ebc0a47383c710b
parent8c70ea47fae6d61441d150cbe9431cf5e06222e5
Remove physreg support from adjustCopiesBackFrom and removeCopyByCommutingDef.

After physreg coalescing was disabled, these functions can't do anything
useful with physregs anyway.

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