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 | 2e6eb5f40dfb33b7b3eef560ebdb30a337f855ee (patch) | |
tree | 17bf4855fd6dfdcb844e5ac418c1ac4d7776d4b0 /llvm/docs/LangRef.html | |
parent | a9beaacac6cb32e4f20d31d1b28a8cc10f75d1f4 (diff) | |
download | bcm5719-llvm-2e6eb5f40dfb33b7b3eef560ebdb30a337f855ee.tar.gz bcm5719-llvm-2e6eb5f40dfb33b7b3eef560ebdb30a337f855ee.zip |
fix typeo that Gabor Greif noticed!
llvm-svn: 20511
Diffstat (limited to 'llvm/docs/LangRef.html')
-rw-r--r-- | llvm/docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index c1f37e2b8fe..c660c80039f 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |