Remove shift amount flavor. It isn't actually complete enough to
authorEli Friedman <eli.friedman@gmail.com>
Tue, 21 Jul 2009 20:12:16 +0000 (20:12 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 21 Jul 2009 20:12:16 +0000 (20:12 +0000)
commitda9eda8ef65b06b640286b1913c597585d44177b
tree50040c397b0a8a73b5c609f797ed310015233749
parent08e41d65a216fc5ea506d6bae20bec34451c7330
Remove shift amount flavor.  It isn't actually complete enough to
be useful, and it's currently unused.  (Some issues: it isn't actually
rich enough to capture the semantics on many architectures, and
semantics can vary depending on the type being shifted.)

llvm-svn: 76633
llvm/include/llvm/Target/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/Target/PIC16/PIC16ISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/XCore/XCoreISelLowering.cpp