1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/include
Alkis Evlogimenos 90aeecae42 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.

llvm-svn: 10512
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