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
2 files changed
tree: 1bab49de7637f4bcf5760ee6b1b8e630c1db4663
  1. clang/
  2. compiler-rt/
  3. llvm/