Fix small bug in handling instructions with more than one implicitly defined operand.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 4 Feb 2010 18:46:28 +0000 (18:46 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 4 Feb 2010 18:46:28 +0000 (18:46 +0000)
commite4d2d96cc8663b9a6040532cea2f2e72688bd895
tree95a029531964c73d0e0dbbfd748eda5930275bc6
parent66c439af28a537aaf9382f922f4318757d4692c8
Fix small bug in handling instructions with more than one implicitly defined operand.

ProcessImplicitDefs would only mark one operand per instruction with <undef>.
This fixed PR6086.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95319 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ProcessImplicitDefs.cpp
test/CodeGen/X86/2010-02-03-DualUndef.ll [new file with mode: 0644]