Skip to content
  • Chris Lattner's avatar
    Two changes: Make getDependency remove QueryInst for a dirty record's · 44104279
    Chris Lattner authored
    ReverseLocalDeps when we update it.  This fixes a regression test
    failure from my last commit.
    
    Second, for each non-local cached information structure, keep a bit that
    indicates whether it is dirty or not.  This saves us a scan over the whole
    thing in the common case when it isn't dirty.
    
    llvm-svn: 60274
    44104279
Loading