mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 19:20:28 +00:00
Fix a typo in a comment.
llvm-svn: 49504
This commit is contained in:
parent
aa52f1c5b0
commit
9c8e4ef9a9
@ -298,7 +298,7 @@ void MemoryDependenceAnalysis::getNonLocalDependency(Instruction* query,
|
||||
}
|
||||
|
||||
/// 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.
|
||||
Instruction* MemoryDependenceAnalysis::getDependency(Instruction* query,
|
||||
Instruction* start,
|
||||
|
Loading…
Reference in New Issue
Block a user