mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 05:41:42 +00:00
Drop the "bit" prefix for the part.select intrinsic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
beacf66d3f
commit
461b258cf8
@ -203,7 +203,7 @@ def int_siglongjmp : Intrinsic<[llvm_void_ty, llvm_ptr_ty, llvm_i32_ty]>;
|
||||
|
||||
// None of these intrinsics accesses memory at all.
|
||||
let Properties = [IntrNoMem] in {
|
||||
def int_bit_part_select :
|
||||
def int_part_select :
|
||||
Intrinsic<[llvm_int_ty, llvm_int_ty, llvm_i32_ty, llvm_i32_ty]>;
|
||||
def int_bswap: Intrinsic<[llvm_int_ty, llvm_int_ty]>;
|
||||
def int_ctpop: Intrinsic<[llvm_i32_ty, llvm_int_ty]>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user