Spill and kill all virtual registers across a call.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 17 May 2010 02:07:32 +0000 (02:07 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 17 May 2010 02:07:32 +0000 (02:07 +0000)
commite6aba837974f7d2539efad9a09fe06b4d1566e5d
treee2219daa5247b3939732044c1806ca2a0a4bd085
parent01dcbf850732790fe7d5b5ed23426d535b07f316
Spill and kill all virtual registers across a call.

Debug code doesn't use callee saved registers anyway, and the code is simpler this way. Now spillVirtReg always kills, and the isKill parameter is not needed.

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