summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-09-09 18:04:22 +0000
committerDan Gohman <gohman@apple.com>2010-09-09 18:04:22 +0000
commitc48bf0c39451befa74b1091be2546760c72c1c91 (patch)
tree98bfe80e57816f7845799dd58b7818208d17a63b /include/llvm/Analysis
parent5e492e8d42fa1f2940165a937d3d613c61b57708 (diff)
downloadllvm-c48bf0c39451befa74b1091be2546760c72c1c91.tar.gz
llvm-c48bf0c39451befa74b1091be2546760c72c1c91.tar.bz2
llvm-c48bf0c39451befa74b1091be2546760c72c1c91.tar.xz
Fix this comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r--include/llvm/Analysis/AliasAnalysis.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/Analysis/AliasAnalysis.h b/include/llvm/Analysis/AliasAnalysis.h
index c1844be9aa..c74f9e1143 100644
--- a/include/llvm/Analysis/AliasAnalysis.h
+++ b/include/llvm/Analysis/AliasAnalysis.h
@@ -308,8 +308,9 @@ public:
/// written to by the first.
WriteThenReadSome,
- /// ReadThenWrite - The instructions are ReadThenWriteSome and the second
- /// instruction writes to exactly the same memory read from by the first.
+ /// ReadThenWrite - The first instruction is read-only, the second
+ /// instruction is write-only, and the second wrotes to exactly the
+ /// same memory read from by the first.
ReadThenWrite,
/// WriteThenWrite - The instructions are WriteThenWriteSome, and the