diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-07-21 20:15:24 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-07-21 20:15:24 +0000 |
commit | 1f74b1fdfd1cdbe28155e4d4c96e019abf24245b (patch) | |
tree | 367688d7e495e0d8a9cdba27f20b1f56059f0311 /llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | |
parent | 39ede7b8d164f36c7c25ee291963c7d7dc363191 (diff) | |
download | bcm5719-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.cpp | 1 |
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 |