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:
66e7a97
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Fri, 31 Jul 2009 19:26:54 +0000
(19:26 +0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 31 Jul 2009 19:26:54 +0000
(19:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77715
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 d7d795e08a16eaa9469b5b0228a9b10b57008d5c..205c34ab5c89eb4785679f7ee7b52d2ea0acf680 100644
(file)
--- a/
include/llvm/Analysis/MemoryDependenceAnalysis.h
+++ b/
include/llvm/Analysis/MemoryDependenceAnalysis.h
@@
-95,7
+95,7
@@
namespace llvm {
/// a instruction definition dependency.
bool isDef() const { return Value.getInt() == Def; }
- /// isNonLocal - Return true if this MemDepResult represents a
n
query that
+ /// isNonLocal - Return true if this MemDepResult represents a query that
/// is transparent to the start of the block, but where a non-local hasn't
/// been done.
bool isNonLocal() const { return Value.getInt() == NonLocal; }