Skip to content
  • Dale Johannesen's avatar
    When we generate spill code, then decide we don't need · 14f162d9
    Dale Johannesen authored
    to spill after all, we weren't handling 2-instruction
    spill sequences correctly (PPC Altivec).  We need to
    remove the store in this case.  Removing the other
    instruction(s) would be goodness but is not needed for
    correctness, and isn't done here.  7331562.
    
    llvm-svn: 85437
    14f162d9
Loading