Skip to content
  • Bill Wendling's avatar
    This situation can occur: · c44659b9
    Bill Wendling authored
        ,------.
        |      |
        |      v
        |   t2 = phi ... t1 ...
        |      |
        |      v
        |   t1 = ...
        |  ... = ... t1 ...
        |      |
        `------'
    
    where there is a use in a PHI node that's a predecessor to the defining
    block. We don't want to mark all predecessors as having the value "alive" in
    this case. Also, the assert was too restrictive and didn't handle this case.
    
    llvm-svn: 52655
    c44659b9
Loading