llvm-6502/test
Jakob Stoklund Olesen 45d34fe358 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
2009-07-19 19:09:59 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix http://llvm.org/bugs/show_bug.cgi?id=4583 2009-07-19 19:09:59 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda
FrontendC Testcase for PR4214. 2009-07-17 11:44:20 +00:00
FrontendC++ Emit line numbers in asm comments when available. 2009-07-16 22:24:20 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC/AsmParser llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
Other
Scripts
TableGen
Transforms Canonicalize bitcasts between types like <1 x i64> and i64 to 2009-07-18 23:06:53 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh