Add a test case for shl of APInt integers > 64 bits by 0 shift amount.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 12 May 2007 17:59:55 +0000 (17:59 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 12 May 2007 17:59:55 +0000 (17:59 +0000)
commit45d6764ca1161420773693d21e9581f847e2cdda
tree6b1e732384ae3e7fb68947c15a38afe142d76c3f
parent5156f5b214bafc24e20ed49114b35ffbd55dc623
Add a test case for shl of APInt integers > 64 bits by 0 shift amount.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37009 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/2007-05-12-APInt-Shl.ll [new file with mode: 0644]