Skip to content
  1. Apr 26, 2011
  2. Apr 25, 2011
  3. Apr 24, 2011
  4. Apr 23, 2011
  5. Apr 22, 2011
    • Chris Lattner's avatar
      Recommit the fix for rdar://9289512 with a couple tweaks to · 6d277517
      Chris Lattner authored
      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.
      
      llvm-svn: 130018
      6d277517
Loading