Implement very primitive hinting support in RegAllocGreedy.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 8 Dec 2010 22:57:16 +0000 (22:57 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 8 Dec 2010 22:57:16 +0000 (22:57 +0000)
commit90c1d7ddfc65654f7efe72d56cad65d1af9e6b2a
tree7224d07d8161c77be56f76678c93bd5b83e8d96b
parentb76dfe06d9eb42a4b7ffbb02997a2a8eead4faa1
Implement very primitive hinting support in RegAllocGreedy.

The hint is simply tried first and then forgotten if it couldn't be allocated
immediately.

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