[llvm-commits] [llvm] r76635 - /llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp

Eli Friedman eli.friedman at gmail.com
Tue Jul 21 13:15:25 PDT 2009


Author: efriedma
Date: Tue Jul 21 15:15:24 2009
New Revision: 76635

URL: http://llvm.org/viewvc/llvm-project?rev=76635&view=rev
Log:
Missed a piece of the commit to remove the shift flavor.


Modified:
    llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp

Modified: llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp?rev=76635&r1=76634&r2=76635&view=diff

==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp Tue Jul 21 15:15:24 2009
@@ -61,7 +61,6 @@
   computeRegisterProperties();
 
   // Set shifts properties
-  setShiftAmountFlavor(Extend);
   setShiftAmountType(MVT::i64);
 
   // Provide all sorts of operation actions





More information about the llvm-commits mailing list