Skip to content
  • Jakob Stoklund Olesen's avatar
    Fix bug in -split-phi-edges. · 24b02740
    Jakob Stoklund Olesen authored
    When splitting an edge after a machine basic block with fall-through, we
    forgot to insert a jump instruction. Fix this by calling updateTerminator() on
    the fall-through block when relevant.
    
    Also be more precise in PHIElimination::isLiveIn.
    
    llvm-svn: 88728
    24b02740
Loading