Chris Lattner b686af053e Recommit the fix for rdar://9289512 with a couple tweaks to
fix bugs exposed by the gcc dejagnu testsuite:
1. The load may actually be used by a dead instruction, which
   would cause an assert.
2. The load may not be used by the current chain of instructions,
   and we could move it past a side-effecting instruction. Change
   how we process uses to define the problem away.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130018 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-22 21:59:37 +00:00
..
2011-04-21 23:39:26 +00:00
2011-04-15 00:32:41 +00:00
2011-04-06 20:54:07 +00:00
2011-03-21 16:38:22 +00:00
2011-03-08 16:59:03 +00:00