[MachineInstrBundle] Actually set the PartialDeadDef flag only when the register
authorQuentin Colombet <qcolombet@apple.com>
Wed, 27 Apr 2016 00:16:29 +0000 (00:16 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Wed, 27 Apr 2016 00:16:29 +0000 (00:16 +0000)
commitddad5aa15283b625ecc8fdd1934c3c809a7b107f
tree39cfd7b3090aeb48f92d5fca821bc22efe94919d
parent60976ed7c0703903bda664afa29d1752f8ba9c0c
[MachineInstrBundle] Actually set the PartialDeadDef flag only when the register
is defined!

The users were checking the proper thing (Defined + PartialDeadDef), but the
information may have been wrong for other use cases, so fix that.

llvm-svn: 267641
llvm/lib/CodeGen/MachineInstrBundle.cpp