diff options
author | Chris Lattner <sabre@nondot.org> | 2005-03-07 20:30:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-03-07 20:30:51 +0000 |
commit | b40bb38eb460a562955d958d29e515eedc7bdebf (patch) | |
tree | 89387ab1c58d48031417ad61827ccb75e9e147f7 /docs/LangRef.html | |
parent | 35641ecc3752d8da2c85a0c71e738b3f922f24a8 (diff) | |
download | external_llvm-b40bb38eb460a562955d958d29e515eedc7bdebf.zip external_llvm-b40bb38eb460a562955d958d29e515eedc7bdebf.tar.gz external_llvm-b40bb38eb460a562955d958d29e515eedc7bdebf.tar.bz2 |
fix typeo that Gabor Greif noticed!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20511 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index c1f37e2..c660c80 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. <p> 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. </p> </div> @@ -2495,7 +2495,7 @@ for arguments other than zero, so it should only be used for debugging purposes. <p> 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. </p> </div> |