OSDN Git Service

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)
commit45d34fe35846eed7019bdc2f7814025302849e0c
treec27bb55abc183347421961adeeb7fddd63f1d4df
parente687151e033b03efaa1155275a146fcf83152dd9
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76373 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineInstr.cpp
test/CodeGen/X86/2009-07-19-AsmExtraOperands.ll [new file with mode: 0644]