From: Eli Friedman Date: Tue, 21 Jul 2009 20:15:24 +0000 (+0000) Subject: Missed a piece of the commit to remove the shift flavor. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e748285e1bd5f2565ed2653919380216619dc5cd;p=oota-llvm.git Missed a piece of the commit to remove the shift flavor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76635 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp index 806233ee422..9b9b56ea5e2 100644 --- a/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/lib/Target/SystemZ/SystemZISelLowering.cpp @@ -61,7 +61,6 @@ SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm) : computeRegisterProperties(); // Set shifts properties - setShiftAmountFlavor(Extend); setShiftAmountType(MVT::i64); // Provide all sorts of operation actions