mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49504 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -298,7 +298,7 @@ void MemoryDependenceAnalysis::getNonLocalDependency(Instruction* query,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// getDependency - Return the instruction on which a memory operation
|
/// getDependency - Return the instruction on which a memory operation
|
||||||
/// depends. The local paramter indicates if the query should only
|
/// depends. The local parameter indicates if the query should only
|
||||||
/// evaluate dependencies within the same basic block.
|
/// evaluate dependencies within the same basic block.
|
||||||
Instruction* MemoryDependenceAnalysis::getDependency(Instruction* query,
|
Instruction* MemoryDependenceAnalysis::getDependency(Instruction* query,
|
||||||
Instruction* start,
|
Instruction* start,
|
||||||
|
Reference in New Issue
Block a user