Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a common
authorEvan Cheng <evan.cheng@apple.com>
Mon, 5 Nov 2007 17:41:38 +0000 (17:41 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 5 Nov 2007 17:41:38 +0000 (17:41 +0000)
commita461c4d75b66135ff6f3d41b46a08054b8fc1dc8
tree81c7556ac3ee25dbbf87bdff8bb15f5162cb979b
parentfc60ab04872c7c67504cb51c05155f0101c9b288
Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a common
register coalescer interface: RegisterCoalescing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43714 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SimpleRegisterCoalescing.h [deleted file]
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/SimpleRegisterCoalescing.h [new file with mode: 0644]