llvm-6502/lib
Evan Cheng b266cd0e98 Fix for PR12090: clear def maps of aliases when visiting a copy. e.g.
%S5<def> = COPY %S0<kill>
First clear def map of Q1, etc.

No small test case available.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151574 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-27 21:46:42 +00:00
..
Analysis Teach BasicAA about the LLVM IR rules that allow reading past the end of an object given sufficient alignment. Fixes PR12098. 2012-02-27 20:46:07 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix for PR12090: clear def maps of aliases when visiting a copy. e.g. 2012-02-27 21:46:42 +00:00
DebugInfo
ExecutionEngine
Linker
MC ARM BL/BLX instruction fixups should use relocations. 2012-02-27 21:36:23 +00:00
Object
Support
TableGen
Target ARM BL/BLX instruction fixups should use relocations. 2012-02-27 21:36:23 +00:00
Transforms
VMCore
CMakeLists.txt
LLVMBuild.txt
Makefile