From 99d3c276cc395ef451b0d601f57f5c8f134d9c75 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 21 Apr 2006 21:37:40 +0000 Subject: [PATCH] typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27936 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index bf638843571..b78fa1fef51 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3748,7 +3748,7 @@ unsigned integer type. The return type must match the argument type.

The 'llvm.ctlz' intrinsic counts the leading (most significant) zeros in a variable. If the src == 0 then the result is the size in bits of the type -of src. For example, llvm.cttz(int 2) = 30. +of src. For example, llvm.ctlz(int 2) = 30.