Skip to content
  • Evan Cheng's avatar
    Fix PR5410: LiveVariables lost subreg def: · d190b821
    Evan Cheng authored
    D0<def,dead> = ...
    ...
                 = S0<use, kill>
    S0<def>      = ...
    ...
    D0<def>      = 
    
    The first D0 def is correctly marked dead, however, livevariables should have
    added an implicit def of S0 or we end up with a use without a def.
    
    llvm-svn: 88690
    d190b821
Loading