llvm-6502/test
Evan Cheng 01b623c8c2 Fix machine-cp by having it to check sub-register indicies. e.g.
ecx = mov eax
al  = mov ch
The second copy is not a nop because the sub-indices of ecx,ch is not the
same of that of eax/al.

Re-enabled machine-cp.
PR11940


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151002 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-20 23:28:17 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix machine-cp by having it to check sub-register indicies. e.g. 2012-02-20 23:28:17 +00:00
DebugInfo
ExecutionEngine
Feature
Instrumentation
Integer
lib
Linker
MC Add vmfunc instruction to X86 assembler and disassembler. 2012-02-19 01:39:49 +00:00
Object
Other
Scripts
TableGen
Transforms Test case for r150978. 2012-02-20 19:00:28 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh