new testcase

llvm-svn: 28173
This commit is contained in:
Chris Lattner 2006-05-08 20:58:58 +00:00
parent db854c6772
commit 4d8e0c2a55

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
}