diff options
author | Dan Gohman <gohman@apple.com> | 2008-04-10 23:02:38 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-04-10 23:02:38 +0000 |
commit | c04575f494395412275389efbe152c8ed6129030 (patch) | |
tree | b0cb0bc2fe96ef5074b94b2906fd9dd6297ea5ac /lib/Analysis/MemoryDependenceAnalysis.cpp | |
parent | b1e07ec6a43383ce0baa42e2f139550cc540f631 (diff) |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49504 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/MemoryDependenceAnalysis.cpp')
-rw-r--r-- | lib/Analysis/MemoryDependenceAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/MemoryDependenceAnalysis.cpp b/lib/Analysis/MemoryDependenceAnalysis.cpp index 00e857dea1..314d6e4b3a 100644 --- a/lib/Analysis/MemoryDependenceAnalysis.cpp +++ b/lib/Analysis/MemoryDependenceAnalysis.cpp @@ -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, |