llvm-6502/lib
Chris Lattner 7b738342f0 Change the arg lowering code to use copyfromreg from vregs associated
with incoming arguments instead of the pregs themselves.  This fixes
the scheduler from causing problems by moving a copyfromreg for an argument
to after a select_cc node (now it can, and bad things won't happen).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23334 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-13 19:33:40 +00:00
..
Analysis
Archive
AsmParser
Bytecode
CodeGen If a function has liveins, and if the target requested that they be plopped 2005-09-13 19:30:54 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target Change the arg lowering code to use copyfromreg from vregs associated 2005-09-13 19:33:40 +00:00
Transforms Add a simple xform to simplify array accesses with casts in the way. 2005-09-13 18:36:04 +00:00
VMCore
Makefile