Go to file
Chris Lattner 441042796d Two changes: Make getDependency remove QueryInst for a dirty record's
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
2008-11-30 02:52:26 +00:00
clang Fix for PR2969: generate a memcpy from a constant for constant 2008-11-30 02:11:09 +00:00
llvm Two changes: Make getDependency remove QueryInst for a dirty record's 2008-11-30 02:52:26 +00:00