Also convert SUBREG_TO_REG to a KILL when relevant, like the other subreg
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 22 Jun 2010 22:11:07 +0000 (22:11 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 22 Jun 2010 22:11:07 +0000 (22:11 +0000)
commitf175c5c82891f0f68807d8b88020cd2a3a9cdbf6
tree74dab4feab54ba9e7fe34bcf715e52c97d40df17
parenta3a204664db165f7b58a45e2239127513b207e8f
Also convert SUBREG_TO_REG to a KILL when relevant, like the other subreg
instructions.

This does not affect codegen much because SUBREG_TO_REG is only used by X86 and
X86 does not use the register scavenger, but it prevents verifier errors.

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