Skip to content
  • Jakob Stoklund Olesen's avatar
    Eliminate the VNInfo::hasPHIKill() flag. · 9f565e19
    Jakob Stoklund Olesen authored
    The only real user of the flag was removeCopyByCommutingDef(), and it
    has been switched to LiveIntervals::hasPHIKill().
    
    All the code changed by this patch was only concerned with computing and
    propagating the flag.
    
    llvm-svn: 161255
    9f565e19
Loading