[llvm-commits] [llvm] r40949 - /llvm/trunk/include/llvm/Analysis/MemoryDependenceAnalysis.h
Owen Anderson
resistor at mac.com
Wed Aug 8 14:54:34 PDT 2007
Author: resistor
Date: Wed Aug 8 16:54:33 2007
New Revision: 40949
URL: http://llvm.org/viewvc/llvm-project?rev=40949&view=rev
Log:
Add one more comment.
Modified:
llvm/trunk/include/llvm/Analysis/MemoryDependenceAnalysis.h
Modified: llvm/trunk/include/llvm/Analysis/MemoryDependenceAnalysis.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/MemoryDependenceAnalysis.h?rev=40949&r1=40948&r2=40949&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/MemoryDependenceAnalysis.h (original)
+++ llvm/trunk/include/llvm/Analysis/MemoryDependenceAnalysis.h Wed Aug 8 16:54:33 2007
@@ -74,6 +74,9 @@
const Instruction* getDependency(Instruction* query, Instruction* start = 0,
BasicBlock* block = 0);
+ /// getNonLocalDependency - Fills the passed-in map with the non-local
+ /// dependencies of the queries. The map will contain NonLocal for
+ /// blocks between the query and its dependencies.
void getNonLocalDependency(Instruction* query,
DenseMap<BasicBlock*, Value*>& resp);
More information about the llvm-commits
mailing list