Drop the "bit" prefix for the part.select intrinsic.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 10 Apr 2007 02:52:46 +0000 (02:52 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 10 Apr 2007 02:52:46 +0000 (02:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35854 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Intrinsics.td

index 915181ac6392065ee6a911c2d054246e9e762e4d..089e61f0ff77bd19059c12c8ae83005575a08211 100644 (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]>;