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 ea2945e8e2
commit 782ae66e41
1 changed files with 1 additions and 1 deletions

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