new testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28173 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-05-08 20:58:58 +00:00
parent 7514620052
commit 9b9a3cfe54

View File

@ -21,3 +21,9 @@ short %test2(short %X, short %x) {
ret short %retval
}
short %test3(uint %X) {
%tmp1 = shr uint %X, ubyte 16
%tmp1 = cast uint %tmp1 to short
ret short %tmp1
}