From: Chris Lattner Date: Mon, 7 Mar 2005 20:30:51 +0000 (+0000) Subject: fix typeo that Gabor Greif noticed! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b40bb38eb460a562955d958d29e515eedc7bdebf;p=oota-llvm.git fix typeo that Gabor Greif noticed! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20511 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index c1f37e2b8fe..c660c80039f 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2451,7 +2451,7 @@ for arguments other than zero, so it should only be used for debugging purposes.

Note that calling this intrinsic does not prevent function inlining or other -aggressive transformations, so the value returned may not that of the obvious +aggressive transformations, so the value returned may not be that of the obvious source-language caller.

@@ -2495,7 +2495,7 @@ for arguments other than zero, so it should only be used for debugging purposes.

Note that calling this intrinsic does not prevent function inlining or other -aggressive transformations, so the value returned may not that of the obvious +aggressive transformations, so the value returned may not be that of the obvious source-language caller.