From 7ba1ea545cf68102ddf7eeb70d6cde23e98780ae Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Wed, 4 May 2005 14:58:31 +0000 Subject: [PATCH] fixup argument git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21680 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index f313aed782b..fc586ed9c39 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3071,7 +3071,7 @@ The 'llvm.ctpop' intrinsic counts the number of ones in a variable.
Arguments:

-The only argument is the value to be counted. +The only argument is the value to be counted. The argument may be of any integer type.

Semantics:
@@ -3103,7 +3103,7 @@ The 'llvm.cttz' intrinsic counts the number of trailing zeros.
Arguments:

-The only argument is the value to be counted. +The only argument is the value to be counted. The argument may be of any integer type.

Semantics:
@@ -3136,7 +3136,7 @@ The 'llvm.ctlz' intrinsic counts the number of leading zeros in a varia
Arguments:

-The only argument is the value to be counted. +The only argument is the value to be counted. The argument may be of any integer type.

Semantics: