Document that memory use intrinsics may also return Def results.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 5 Dec 2009 06:37:52 +0000 (06:37 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 5 Dec 2009 06:37:52 +0000 (06:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90651 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/MemoryDependenceAnalysis.h

index 6b300fd9503e75c81fd2fdd89196494028da4c37..b55be29d2eb69c245ce9cfb9f6de5d5094535091 100644 (file)
@@ -60,9 +60,9 @@ namespace llvm {
       ///      this case, the load is loading an undef value or a store is the
       ///      first store to (that part of) the allocation.
       ///   3. Dependence queries on calls return Def only when they are
-      ///      readonly calls with identical callees and no intervening
-      ///      clobbers.  No validation is done that the operands to the calls
-      ///      are the same.
+      ///      readonly calls or memory use intrinsics with identical callees
+      ///      and no intervening clobbers.  No validation is done that the
+      ///      operands to the calls are the same.
       Def,
       
       /// NonLocal - This marker indicates that the query has no dependency in