From c4b18305d7bdcad51540a542ebcd8f0f03eeaef7 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Thu, 17 Mar 2016 23:08:01 +0000 Subject: [Docs] Fix a typo. llvm-svn: 263754 --- llvm/docs/LangRef.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs') diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index e47cc040007..a540a3fee45 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -10598,7 +10598,7 @@ targets support all bit widths or vector types, however. declare i32 @llvm.ctlz.i32 (i32 , i1 ) declare i64 @llvm.ctlz.i64 (i64 , i1 ) declare i256 @llvm.ctlz.i256(i256 , i1 ) - declase <2 x i32> @llvm.ctlz.v2i32(<2 x i32> , i1 ) + declare <2 x i32> @llvm.ctlz.v2i32(<2 x i32> , i1 ) Overview: """"""""" @@ -10645,7 +10645,7 @@ support all bit widths or vector types, however. declare i32 @llvm.cttz.i32 (i32 , i1 ) declare i64 @llvm.cttz.i64 (i64 , i1 ) declare i256 @llvm.cttz.i256(i256 , i1 ) - declase <2 x i32> @llvm.cttz.v2i32(<2 x i32> , i1 ) + declare <2 x i32> @llvm.cttz.v2i32(<2 x i32> , i1 ) Overview: """"""""" -- cgit v1.2.3