summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-04-27 18:39:03 +0000
committerDan Gohman <gohman@apple.com>2011-04-27 18:39:03 +0000
commitbddc1ca18a8ca23f6f145d2f5d006fa07e72a870 (patch)
tree1afb359ced10ad7ac499db3f1daf94af5589ae21 /include
parenta2a162077c80ebacc7c1b0bd92892ae207f1231f (diff)
downloadllvm-bddc1ca18a8ca23f6f145d2f5d006fa07e72a870.tar.gz
llvm-bddc1ca18a8ca23f6f145d2f5d006fa07e72a870.tar.bz2
llvm-bddc1ca18a8ca23f6f145d2f5d006fa07e72a870.tar.xz
When analyzing functions known to only access argument pointees,
only check arguments with pointer types. Update the documentation of IntrReadArgMem reflect this. While here, add support for TBAA tags on intrinsic calls. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130317 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Intrinsics.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Intrinsics.td b/include/llvm/Intrinsics.td
index d92ab4c92a..a63cd6ab60 100644
--- a/include/llvm/Intrinsics.td
+++ b/include/llvm/Intrinsics.td
@@ -30,7 +30,7 @@ class IntrinsicProperty;
def IntrNoMem : IntrinsicProperty;
// IntrReadArgMem - This intrinsic reads only from memory that one of its
-// arguments points to, but may read an unspecified amount.
+// pointer-typed arguments points to, but may read an unspecified amount.
def IntrReadArgMem : IntrinsicProperty;
// IntrReadMem - This intrinsic reads from unspecified memory, so it cannot be