diff options
author | Eric Christopher <echristo@apple.com> | 2010-01-08 21:42:39 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-01-08 21:42:39 +0000 |
commit | d003c5b3d750706cdc0bfa34ebf85b95a7a42abe (patch) | |
tree | 80bdff865634a84febcfd4b0dd2e2e9403832706 /docs/LangRef.html | |
parent | 4d1f58861d38f114e74d515ac1bd029e3a5a024f (diff) | |
download | external_llvm-d003c5b3d750706cdc0bfa34ebf85b95a7a42abe.zip external_llvm-d003c5b3d750706cdc0bfa34ebf85b95a7a42abe.tar.gz external_llvm-d003c5b3d750706cdc0bfa34ebf85b95a7a42abe.tar.bz2 |
Grammar thinko.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 78d4818..9c6a6d9 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -7266,7 +7266,7 @@ LLVM</a>.</p> <h5>Overview:</h5> <p>The <tt>llvm.objectsize</tt> intrinsic is designed to provide information - to the optimizers to either discover at compile time either a) when an + to the optimizers to discover at compile time either a) when an operation like memcpy will either overflow a buffer that corresponds to an object, or b) to determine that a runtime check for overflow isn't necessary. An object in this context means an allocation of a |