Go to file
Bob Wilson 33b408a10f Fix pr4843: When an instruction has multiple destination registers that are
tied to different source registers, the TwoAddressInstructionPass needs to
be smarter.  Change it to check before replacing a source register whether
that source register is tied to a different destination register, and if so,
defer handling it until a subsequent iteration.

llvm-svn: 80654
2009-09-01 04:18:40 +00:00
clang Preliminary AST representation and semantic analysis for 2009-09-01 00:37:14 +00:00
compiler-rt Add support for ellcc, Credit to Richard Pennington. 2009-08-18 11:54:44 +00:00
llvm Fix pr4843: When an instruction has multiple destination registers that are 2009-09-01 04:18:40 +00:00