mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +00:00
[Docs] Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ead5321f0
commit
b0697bb475
@ -10598,7 +10598,7 @@ targets support all bit widths or vector types, however.
|
||||
declare i32 @llvm.ctlz.i32 (i32 <src>, i1 <is_zero_undef>)
|
||||
declare i64 @llvm.ctlz.i64 (i64 <src>, i1 <is_zero_undef>)
|
||||
declare i256 @llvm.ctlz.i256(i256 <src>, i1 <is_zero_undef>)
|
||||
declase <2 x i32> @llvm.ctlz.v2i32(<2 x i32> <src>, i1 <is_zero_undef>)
|
||||
declare <2 x i32> @llvm.ctlz.v2i32(<2 x i32> <src>, i1 <is_zero_undef>)
|
||||
|
||||
Overview:
|
||||
"""""""""
|
||||
@ -10645,7 +10645,7 @@ support all bit widths or vector types, however.
|
||||
declare i32 @llvm.cttz.i32 (i32 <src>, i1 <is_zero_undef>)
|
||||
declare i64 @llvm.cttz.i64 (i64 <src>, i1 <is_zero_undef>)
|
||||
declare i256 @llvm.cttz.i256(i256 <src>, i1 <is_zero_undef>)
|
||||
declase <2 x i32> @llvm.cttz.v2i32(<2 x i32> <src>, i1 <is_zero_undef>)
|
||||
declare <2 x i32> @llvm.cttz.v2i32(<2 x i32> <src>, i1 <is_zero_undef>)
|
||||
|
||||
Overview:
|
||||
"""""""""
|
||||
|
Loading…
Reference in New Issue
Block a user