summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-07-21 20:15:24 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-07-21 20:15:24 +0000
commit1f74b1fdfd1cdbe28155e4d4c96e019abf24245b (patch)
tree367688d7e495e0d8a9cdba27f20b1f56059f0311 /llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
parent39ede7b8d164f36c7c25ee291963c7d7dc363191 (diff)
downloadbcm5719-llvm-1f74b1fdfd1cdbe28155e4d4c96e019abf24245b.tar.gz
bcm5719-llvm-1f74b1fdfd1cdbe28155e4d4c96e019abf24245b.zip
Missed a piece of the commit to remove the shift flavor.
llvm-svn: 76635
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZISelLowering.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
index 806233ee422..9b9b56ea5e2 100644
--- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud