From: Chris Lattner Date: Fri, 18 Aug 2006 19:25:35 +0000 (+0000) Subject: vpkuwus didn't work, due to this typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b31950ddfa632381d946a8026b78bb54cc53ef66;p=oota-llvm.git vpkuwus didn't work, due to this typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29776 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IntrinsicsPowerPC.td b/include/llvm/IntrinsicsPowerPC.td index 2d128aa556e..935c97c73ac 100644 --- a/include/llvm/IntrinsicsPowerPC.td +++ b/include/llvm/IntrinsicsPowerPC.td @@ -371,7 +371,7 @@ let TargetPrefix = "ppc" in { // All PPC intrinsics start with "llvm.ppc.". [IntrNoMem]>; // vpkuwum is lowered to a shuffle. def int_ppc_altivec_vpkuwus : GCCBuiltin<"__builtin_altivec_vpkuwus">, - Intrinsic<[llvm_v16i8_ty, llvm_v4i32_ty, llvm_v4i32_ty], + Intrinsic<[llvm_v8i16_ty, llvm_v4i32_ty, llvm_v4i32_ty], [IntrNoMem]>; // Unpacks.