Go to file
Chris Lattner 2faa2c724a Introduce a new MemDep::getNonLocalPointerDependency
method.  This will eventually take over load/store dep
queries from getNonLocalDependency.  For now it works
fine, but is incredibly slow because it does no caching.
Lets not switch GVN to use it until that is fixed :)

llvm-svn: 60649
2008-12-07 02:15:47 +00:00
clang a minor grammar fix 2008-12-07 00:59:53 +00:00
llvm Introduce a new MemDep::getNonLocalPointerDependency 2008-12-07 02:15:47 +00:00