summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-08-13 15:29:53 +0000
committerNadav Rotem <nrotem@apple.com>2012-08-13 15:29:53 +0000
commita3a3219b3a972db6449548abf7e0c9112e8ce7b9 (patch)
tree9ff1ded98a86ffd49aaefb3cdb297f07bbcdce42 /include
parent11c2a47af825a0f89d75aaa97ad873ed2acef266 (diff)
downloadllvm-a3a3219b3a972db6449548abf7e0c9112e8ce7b9.tar.gz
llvm-a3a3219b3a972db6449548abf7e0c9112e8ce7b9.tar.bz2
llvm-a3a3219b3a972db6449548abf7e0c9112e8ce7b9.tar.xz
Fix a documentation typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161758 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Analysis/MemoryDependenceAnalysis.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/MemoryDependenceAnalysis.h b/include/llvm/Analysis/MemoryDependenceAnalysis.h
index 81ad3f0aea..7e049d633b 100644
--- a/include/llvm/Analysis/MemoryDependenceAnalysis.h
+++ b/include/llvm/Analysis/MemoryDependenceAnalysis.h
@@ -124,11 +124,11 @@ namespace llvm {
}
/// isClobber - Return true if this MemDepResult represents a query that is
- /// a instruction clobber dependency.
+ /// an instruction clobber dependency.
bool isClobber() const { return Value.getInt() == Clobber; }
/// isDef - Return true if this MemDepResult represents a query that is
- /// a instruction definition dependency.
+ /// an instruction definition dependency.
bool isDef() const { return Value.getInt() == Def; }
/// isNonLocal - Return true if this MemDepResult represents a query that