[PATCH] D19418: Fix comment about Intr*Mem properties
Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 15:43:48 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL267238: Fix comment about Intr*Mem properties (authored by nha).
Changed prior to commit:
http://reviews.llvm.org/D19418?vs=54670&id=54741#toc
Repository:
rL LLVM
http://reviews.llvm.org/D19418
Files:
llvm/trunk/include/llvm/IR/Intrinsics.td
Index: llvm/trunk/include/llvm/IR/Intrinsics.td
===================================================================
--- llvm/trunk/include/llvm/IR/Intrinsics.td
+++ llvm/trunk/include/llvm/IR/Intrinsics.td
@@ -19,9 +19,7 @@
class IntrinsicProperty;
-// Intr*Mem - Memory properties. An intrinsic is allowed to have at most one of
-// these properties set. They are listed from the most aggressive (best to use
-// if correct) to the least aggressive. If no property is set, the worst case
+// Intr*Mem - Memory properties. If no property is set, the worst case
// is assumed (it may read and write any memory it can get access to and it may
// have other side effects).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19418.54741.patch
Type: text/x-patch
Size: 683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/c0d6b58b/attachment.bin>
More information about the llvm-commits
mailing list