Skip to content
  • Chris Lattner's avatar
    Simplify the dead node elimination stuff · 6ce59b4a
    Chris Lattner authored
    Make the incompleteness marker faster by looping directly over the globals
    instead of over the scalars to find the globals
    
    Fix a bug where we didn't mark a global incomplete if it didn't have any
    outgoing edges.  This wouldn't break any current clients but is still wrong.
    
    llvm-svn: 11848
    6ce59b4a
Loading