Be more precise about verifying missing kill flags.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 1 Nov 2010 23:59:53 +0000 (23:59 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 1 Nov 2010 23:59:53 +0000 (23:59 +0000)
commit962c71089d5c725784135146177736c43d550813
tree7dc0950722e6c3337cd7d7a0b37178c617656c96
parent3d4114c464d1ec6c9a6088e04d2156f72c4b42ce
Be more precise about verifying missing kill flags.

It is legal for an instruction to have two operands using the same register,
only one a kill. This is interpreted as a kill.

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