projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dfcf33
)
Forgot to include this file in my last commit.
author
Owen Anderson
<resistor@mac.com>
Wed, 25 Jul 2007 21:30:15 +0000
(21:30 +0000)
committer
Owen Anderson
<resistor@mac.com>
Wed, 25 Jul 2007 21:30:15 +0000
(21:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40496
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/MemoryDependenceAnalysis.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/MemoryDependenceAnalysis.h
b/include/llvm/Analysis/MemoryDependenceAnalysis.h
index 4428bb65f9f60acd4bd0f313e41d9aa74c75edd1..8679cd9dd86a50519e47dcc206c382e29acee5a0 100644
(file)
--- a/
include/llvm/Analysis/MemoryDependenceAnalysis.h
+++ b/
include/llvm/Analysis/MemoryDependenceAnalysis.h
@@
-39,7
+39,8
@@
class MemoryDependenceAnalysis : public FunctionPass {
Instruction* getCallSiteDependency(CallSite C, Instruction* start,
bool local = true);
bool nonLocalHelper(Instruction* query, BasicBlock* block,
- DenseMap<BasicBlock*, Value*>& resp);
+ DenseMap<BasicBlock*, Value*>& resp,
+ SmallPtrSet<BasicBlock*, 4>& visited);
public:
static Instruction* NonLocal;