OSDN Git Service

[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)
commit7ec26d4fefddd5a438db38eb86b6722a789076b1
tree79d86cce178275919522a31a12717f3d764ef2ed
parent820df98fdc4bcdc436a8de78b2f8dbf087155b8d
[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.

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