Drop the "bit" prefix for the part.select intrinsic.

llvm-svn: 35854
This commit is contained in:
Reid Spencer 2007-04-10 02:52:46 +00:00
parent 2c005107dc
commit 85e4416d26

View File

@ -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]>;