Now that we don't keep live registers across calls, there is not reason to go
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 17 May 2010 02:49:18 +0000 (02:49 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 17 May 2010 02:49:18 +0000 (02:49 +0000)
commit4b6bbe885d851b1cfba2be9b5efc6365a2b7828a
tree454eb7e2f1d534541110bf18792c577eecc69f48
parent844db9cc6f1a9458b60b8debeef3132f555dcd8f
Now that we don't keep live registers across calls, there is not reason to go
through the very long list of call-clobbered registers. We just assume all
registers are clobbered.

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