From b2c80da4aef31d8761232ed1ff8f233fc0ef664d Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Fri, 25 Feb 2011 21:41:48 +0000 Subject: Allow targets to specify a the type of the RHS of a shift parameterized on the type of the LHS. llvm-svn: 126518 --- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp') diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp index f1cc437d614..70d00e4b5cc 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp @@ -362,7 +362,6 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM) setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Custom); } - setShiftAmountType(MVT::i32); setBooleanContents(ZeroOrOneBooleanContent); if (TM.getSubtarget().isPPC64()) { -- cgit v1.2.3