llvm-6502/test/CodeGen
Chris Lattner 296185c264 fix two problems with machine sinking:
1. Sinking would crash when the first instruction of a block was
   sunk due to iterator problems.
2. Instructions could be sunk to their current block, causing an
   infinite loop.

This fixes PR3968


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68787 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-10 16:38:36 +00:00
..
Alpha
ARM Fix pr3954. The register scavenger asserts for inline assembly with 2009-04-09 17:16:43 +00:00
CBackend
CellSPU Revert 67132. This is breaking some objective-c apps. 2009-03-25 20:20:11 +00:00
CPP
Generic fix two problems with machine sinking: 2009-04-10 16:38:36 +00:00
IA64
Mips
PowerPC Fix this test so that it doesn't spuriously fail due to some 2009-03-27 16:17:22 +00:00
SPARC
X86 Don't fold a load if the other operand is a TLS address. 2009-04-10 10:09:34 +00:00
XCore