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)
commitb3e717192635873a0d8491fc45ddb64c0e4bda15
treea724904357d26019ebe61876a35fb59ed083c608
parent58bb61ae949a3b7197e6c014dcd469dc2fbbd020
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.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76633 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/PIC16/PIC16ISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.cpp