mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 00:33:09 +00:00
Add one more comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40949 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
179463c0d4
commit
49609a5ddf
@ -74,6 +74,9 @@ class MemoryDependenceAnalysis : public FunctionPass {
|
||||
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user