Skip to content
Snippets Groups Projects
  • Dale Johannesen's avatar
    When computing live intervals for earlyclobber operands, · a894053a
    Dale Johannesen authored
    we pushed the beginning of the interval back 1, so the
    interval would overlap with inputs that die.  We were
    also pushing the end of the interval back 1, though,
    which means the earlyclobber didn't overlap with other
    output operands.  Don't do this.  PR 4964.
    
    llvm-svn: 82342
    a894053a