Skip to content
Snippets Groups Projects
  • Jakob Stoklund Olesen's avatar
    Stop verifying hasPHIKill() flags. · 4c099551
    Jakob Stoklund Olesen authored
    There is only one legitimate use remaining, in addIntervalsForSpills().
    All other calls to hasPHIKill() are only used to update PHIKill flags.
    
    The addIntervalsForSpills() function is part of the old spilling
    framework, only used by linearscan.
    
    llvm-svn: 139783
    4c099551