Fix a typo where we were creating <def,kill> operands instead of
authorLang Hames <lhames@gmail.com>
Fri, 22 Nov 2013 00:46:32 +0000 (00:46 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 22 Nov 2013 00:46:32 +0000 (00:46 +0000)
commit4fc9a4827307a52b386dace405889ff8f929e32b
tree241bf714461a476af2302ab54404b123d7e3e07a
parentd793a053ad9839e40bf59293b8f2190dc5b21dc1
Fix a typo where we were creating <def,kill> operands instead of
<def,dead> ones.

Add an assertion to make sure we catch this in the future.

Fixes <rdar://problem/15464559>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195401 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineOperand.h
lib/Target/ARM/ARMBaseInstrInfo.cpp