llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 7cbeb2431c Fix a (harmless) but where vregs were added to the used reg lists for
inline asms.

Fix PR2078 by marking aliases of registers used when a register is 
marked used.  This prevents EAX from being allocated when AX is listed
in the clobber set for the asm.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47426 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-21 04:55:52 +00:00
..
CallingConvLower.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
DAGCombiner.cpp Add explicit keywords. 2008-02-20 16:44:09 +00:00
LegalizeDAG.cpp Convert Legalize to use the APInt form of ComputeMaskedBits. 2008-02-20 16:57:27 +00:00
LegalizeTypes.cpp I don't see how NodeUpdated can be called with a 2008-02-04 09:29:17 +00:00
LegalizeTypes.h LegalizeTypes support for scalarizing a vector store 2008-02-20 17:38:09 +00:00
LegalizeTypesExpand.cpp Convert Legalize to use the APInt form of ComputeMaskedBits. 2008-02-20 16:57:27 +00:00
LegalizeTypesPromote.cpp Teach LegalizeTypes how to promote the flags 2008-02-15 19:34:17 +00:00
LegalizeTypesScalarize.cpp LegalizeTypes support for scalarizing a vector store 2008-02-20 17:38:09 +00:00
LegalizeTypesSplit.cpp LegalizeTypes support for scalarizing a vector store 2008-02-20 17:38:09 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp Rename CountMemOperands to ComputeMemOperandsEnd to reflect what 2008-02-16 00:36:48 +00:00
ScheduleDAGList.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
ScheduleDAGRRList.cpp Update gcc 4.3 warnings fix patch with recent head changes 2008-02-20 11:10:28 +00:00
SelectionDAG.cpp LegalizeTypes support for scalarizing a vector store 2008-02-20 17:38:09 +00:00
SelectionDAGISel.cpp Fix a (harmless) but where vregs were added to the used reg lists for 2008-02-21 04:55:52 +00:00
SelectionDAGPrinter.cpp Rename MRegisterInfo to TargetRegisterInfo. 2008-02-10 18:45:23 +00:00
TargetLowering.cpp In TargetLowering::LowerCallTo, don't assert that 2008-02-14 17:28:50 +00:00