Skip to content
  • Chris Lattner's avatar
    two changes: 1) make AliasSet hold the list of call sites with an · f58382ed
    Chris Lattner authored
    assertingvh so we get a violent explosion if the pointer dangles.
    
    2) Fix AliasSetTracker::deleteValue to remove call sites with
       by-pointer comparisons instead of by-alias queries.  Using
       findAliasSetForCallSite can cause alias sets to get merged
       when they shouldn't, and can also miss alias sets when the
       call is readonly.
    
    #2 fixes PR6889, which only repros with a .c file :(
    
    llvm-svn: 112452
    f58382ed
Loading