Keep track of the call instructions whose clobber lists were skipped during fast
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 4 Jun 2010 18:08:29 +0000 (18:08 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 4 Jun 2010 18:08:29 +0000 (18:08 +0000)
commit6de07178e1e6445080bf4f7704e274c5f219ff70
treeff2c1a7c0ba408dff346c53b151a93f9e21899a6
parent8fa8e7fe95db6a8c8581ccfe9db2c9faac819f8d
Keep track of the call instructions whose clobber lists were skipped during fast
register allocation.

Process all of the clobber lists at the end of the function, marking the
registers as used in MachineRegisterInfo.

This is necessary in case the calls clobber callee-saved registers (sic).

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