summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-19 03:36:03 +0000
committerChris Lattner <sabre@nondot.org>2005-01-19 03:36:03 +0000
commit9aa48862839af8f79dbade1631589f723a2044c7 (patch)
tree6fbabfbbb1b316733afe3fd670157aebdacce821 /llvm/lib/Target/TargetLowering.cpp
parent42993e45b64889cc09f1ae1c14ecd7585593340f (diff)
downloadbcm5719-llvm-9aa48862839af8f79dbade1631589f723a2044c7.tar.gz
bcm5719-llvm-9aa48862839af8f79dbade1631589f723a2044c7.zip
Move all data members to the end of the class.
Add a hook to find out how the target handles shift amounts that are out of range. Either they are undefined (the default), they mask the shift amount to the size of the register (X86, Alpha, etc), or they extend the shift (PPC). This defaults to undefined, which is conservatively correct. llvm-svn: 19676
Diffstat (limited to 'llvm/lib/Target/TargetLowering.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud