Fix http://llvm.org/bugs/show_bug.cgi?id=4583
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 19 Jul 2009 19:09:59 +0000 (19:09 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 19 Jul 2009 19:09:59 +0000 (19:09 +0000)
commitaba695c7d08cbfdd56bb0ec27dc4a9a1999a5600
tree1bab49de7637f4bcf5760ee6b1b8e630c1db4663
parentc8fb7c61a96d4928fa4aabb61a251ad981b826ab
Fix http://llvm.org/bugs/show_bug.cgi?id=4583

Inline asm instructions may have additional <imp-def,kill> register operands.
These operands are not marked with a flag like the normal asm operands, so we
must not assert that there is a flag.

llvm-svn: 76373
llvm/lib/CodeGen/MachineInstr.cpp
llvm/test/CodeGen/X86/2009-07-19-AsmExtraOperands.ll [new file with mode: 0644]