From 5f2c1454d41c372baed83c063237070195d28b1f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 7 Mar 2005 20:30:51 +0000 Subject: [PATCH] fix typeo that Gabor Greif noticed! llvm-svn: 20511 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.