1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

New testcase

llvm-svn: 9733
This commit is contained in:
Chris Lattner 2003-11-05 19:43:36 +00:00
parent 530eb1ffb5
commit 8db910f7cb

View File

@ -0,0 +1,5 @@
; RUN: llvm-as < %s | llvm-dis
int %test() {
ret int shr (int cast (int()* %test to int), ubyte 2)
}