From: Eric Christopher Date: Fri, 8 Jan 2010 21:42:39 +0000 (+0000) Subject: Grammar thinko. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d003c5b3d750706cdc0bfa34ebf85b95a7a42abe;p=oota-llvm.git Grammar thinko. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93027 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 78d4818aeda..9c6a6d91e6f 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -7266,7 +7266,7 @@ LLVM.

Overview:

The llvm.objectsize 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