Skip to content
  • Chris Lattner's avatar
    rework the ownership of subloop alias information: instead of · cc9cbc66
    Chris Lattner authored
    keeping them around until the pass is destroyed, keep them
    around a) just when useful (not for outer loops) and b) destroy
    them right after we use them.  This should reduce memory use
    and fixes potential bugs where a loop is deleted and another
    loop gets allocated to the same address.
    
    llvm-svn: 112446
    cc9cbc66
Loading