llvm-6502/include
Alkis Evlogimenos 71499ded4d Add TwoAddressInstructionPass to handle instructions that have two or
more operands and the two first operands are constrained to be the
same. The pass takes an instruction of the form:

        a = b op c

and transforms it into:

        a = b
        a = a op c

and also preserves live variables.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10512 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-18 13:06:04 +00:00
..
boost This works with GCC 3.4 also 2003-11-05 01:31:12 +00:00
Config Regenerated using autoheader-2.57 2003-12-08 00:57:01 +00:00
llvm Add TwoAddressInstructionPass to handle instructions that have two or 2003-12-18 13:06:04 +00:00
Support This header is dead 2003-12-15 06:39:18 +00:00