| commit | aba695c7d08cbfdd56bb0ec27dc4a9a1999a5600 | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Sun Jul 19 19:09:59 2009 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Sun Jul 19 19:09:59 2009 +0000 |
| tree | 1bab49de7637f4bcf5760ee6b1b8e630c1db4663 | |
| parent | c8fb7c61a96d4928fa4aabb61a251ad981b826ab [diff] |
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